Skip to content

Commit a473b73

Browse files
author
Roman
committed
ruff
1 parent fbef78a commit a473b73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/e2e_tests/test_root_set_weights.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ async def test_root_reg_hyperparams(
8282
# Create netuid = 2
8383
assert subtensor.register_subnet(alice_wallet)
8484

85-
assert wait_to_start_call(subtensor=subtensor, subnet_owner_wallet=alice_wallet, netuid=netuid)
85+
assert wait_to_start_call(
86+
subtensor=subtensor, subnet_owner_wallet=alice_wallet, netuid=netuid
87+
)
8688

8789
# Ensure correct immunity period and tempo is being fetched
8890
assert subtensor.immunity_period(netuid=netuid) == default_immunity_period

0 commit comments

Comments
 (0)