Skip to content

Commit e696b5e

Browse files
ruff formating
1 parent b34a61b commit e696b5e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/unit_tests/test_subtensor.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,9 +383,7 @@ def test_blocks_since_last_update_success_calls(subtensor, mocker):
383383

384384
# Assertions
385385
mocked_get_current_block.assert_called_once()
386-
mocked_get_hyperparameter.assert_called_once_with(
387-
param_name="LastUpdate", netuid=7
388-
)
386+
mocked_get_hyperparameter.assert_called_once_with(param_name="LastUpdate", netuid=7)
389387
assert result == 1
390388
# if we change the methods logic in the future we have to be make sure the returned type is correct
391389
assert isinstance(result, int)

0 commit comments

Comments
 (0)