Skip to content

Commit b0d159e

Browse files
author
Roman
committed
ruff
1 parent 2ab8a71 commit b0d159e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/unit_tests/test_async_subtensor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3370,4 +3370,3 @@ async def test_get_subnet_info_no_data(mocker, subtensor):
33703370
)
33713371
async_subtensor.SubnetInfo.from_dict.assert_not_called()
33723372
assert result is None
3373-

tests/unit_tests/test_subtensor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3719,4 +3719,3 @@ def test_get_subnet_info_no_data(mocker, subtensor):
37193719
)
37203720
subtensor_module.SubnetInfo.from_dict.assert_not_called()
37213721
assert result is None
3722-

0 commit comments

Comments
 (0)