Skip to content

Commit edfac73

Browse files
committed
Ruff
1 parent f40e8b5 commit edfac73

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

bittensor_cli/src/commands/stake/add.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
print_error,
2020
print_verbose,
2121
unlock_key,
22-
json_console, get_hotkey_pub_ss58,
22+
json_console,
23+
get_hotkey_pub_ss58,
2324
)
2425
from bittensor_wallet import Wallet
2526

bittensor_cli/src/commands/stake/children_hotkeys.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
is_valid_ss58_address,
2121
format_error_message,
2222
unlock_key,
23-
json_console, get_hotkey_pub_ss58,
23+
json_console,
24+
get_hotkey_pub_ss58,
2425
)
2526

2627

bittensor_cli/src/commands/stake/remove.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
format_error_message,
2222
group_subnets,
2323
unlock_key,
24-
json_console, get_hotkey_pub_ss58,
24+
json_console,
25+
get_hotkey_pub_ss58,
2526
)
2627

2728
if TYPE_CHECKING:

bittensor_cli/src/commands/subnets/subnets.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
get_subnet_name,
3636
unlock_key,
3737
blocks_to_duration,
38-
json_console, get_hotkey_pub_ss58,
38+
json_console,
39+
get_hotkey_pub_ss58,
3940
)
4041

4142
if TYPE_CHECKING:

bittensor_cli/src/commands/weights.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
err_console,
1515
console,
1616
format_error_message,
17-
json_console, get_hotkey_pub_ss58,
17+
json_console,
18+
get_hotkey_pub_ss58,
1819
)
1920
from bittensor_cli.src.bittensor.extrinsics.root import (
2021
convert_weights_and_uids_for_emit,

0 commit comments

Comments
 (0)