Skip to content

Commit 6c9355c

Browse files
author
Roman
committed
ruff
1 parent 20c1ca1 commit 6c9355c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/e2e_tests/conftest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,9 @@ def subtensor(local_chain):
262262

263263
@pytest.fixture
264264
def async_subtensor(local_chain):
265-
return SubtensorApi(network="ws://localhost:9944", legacy_methods=True, async_subtensor=True)
265+
return SubtensorApi(
266+
network="ws://localhost:9944", legacy_methods=True, async_subtensor=True
267+
)
266268

267269

268270
@pytest.fixture

0 commit comments

Comments
 (0)