Skip to content

Commit bd0f540

Browse files
style: ruff formating
1 parent 6f69f4a commit bd0f540

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/e2e_tests/test_root_set_weights.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@
3030

3131

3232
@pytest.mark.asyncio
33-
async def test_root_reg_hyperparams(local_chain, subtensor, templates, alice_wallet, bob_wallet):
33+
async def test_root_reg_hyperparams(
34+
local_chain,
35+
subtensor,
36+
templates,
37+
alice_wallet,
38+
bob_wallet,
39+
):
3440
"""
3541
Test root weights and hyperparameters in the Subtensor network.
3642

0 commit comments

Comments
 (0)