Skip to content

Commit a698c01

Browse files
committed
Formatting line length
1 parent bfe2048 commit a698c01

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bittensor_cli/cli.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3860,7 +3860,8 @@ def stake_remove(
38603860
default=self.config.get("wallet_name") or defaults.wallet.name,
38613861
)
38623862
hotkey_or_ss58 = Prompt.ask(
3863-
"Enter the [blue]hotkey[/blue] name or [blue]ss58 address[/blue] to unstake from [dim](or Press Enter to view existing staked hotkeys)[/dim]",
3863+
"Enter the [blue]hotkey[/blue] name or [blue]ss58 address[/blue] to unstake from [dim]"
3864+
"(or Press Enter to view existing staked hotkeys)[/dim]",
38643865
)
38653866
if hotkey_or_ss58 == "":
38663867
wallet = self.wallet_ask(
@@ -3907,7 +3908,8 @@ def stake_remove(
39073908
else:
39083909
if not hotkey_ss58_address and not wallet_hotkey:
39093910
hotkey_or_ss58 = Prompt.ask(
3910-
"Enter the [blue]hotkey[/blue] name or [blue]ss58 address[/blue] to unstake all from [dim](or enter 'all' to unstake from all hotkeys)[/dim]",
3911+
"Enter the [blue]hotkey[/blue] name or [blue]ss58 address[/blue] to unstake all from [dim]"
3912+
"(or enter 'all' to unstake from all hotkeys)[/dim]",
39113913
default=self.config.get("wallet_hotkey")
39123914
or defaults.wallet.hotkey,
39133915
)

0 commit comments

Comments
 (0)