Skip to content

Commit e46c8b3

Browse files
committed
Lint code
2 parents 5721b5d + 75f1a25 commit e46c8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def update_json_file(path: Path, d: dict):
1919

2020

2121
here = Path(__file__).parent
22-
d = { "type": "module" }
22+
d = {"type": "module"}
2323
update_json_file(here / "node_modules/y-websocket/package.json", d)
2424

2525

0 commit comments

Comments
 (0)