Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.

Commit e3f0471

Browse files
author
Roman
committed
ruff
1 parent 015a7fd commit e3f0471

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/e2e_tests/test_staking.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ def test_single_operation(subtensor, alice_wallet, bob_wallet):
7878
logging.console.info(f"Bob stake: {stake_bob}")
7979
assert stake_bob > Balance(0).set_unit(alice_subnet_netuid)
8080

81-
stakes = subtensor.get_stake_for_coldkey(coldkey_ss58=alice_wallet.coldkey.ss58_address)
81+
stakes = subtensor.get_stake_for_coldkey(
82+
coldkey_ss58=alice_wallet.coldkey.ss58_address
83+
)
8284

8385
expected_stakes = [
8486
StakeInfo(

0 commit comments

Comments
 (0)