We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5721b5d + 75f1a25 commit e46c8b3Copy full SHA for e46c8b3
tests/conftest.py
@@ -19,7 +19,7 @@ def update_json_file(path: Path, d: dict):
19
20
21
here = Path(__file__).parent
22
-d = { "type": "module" }
+d = {"type": "module"}
23
update_json_file(here / "node_modules/y-websocket/package.json", d)
24
25
0 commit comments