Skip to content

Commit b65a548

Browse files
authored
Merge pull request #606 from calebcgates/patch-1
Update cli.py to remove double negative typo
2 parents db8a45e + 047fb48 commit b65a548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor_cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,7 @@ def wallet_ask(
17451745
valid = utils.is_valid_wallet(wallet)
17461746
if not valid[0]:
17471747
utils.err_console.print(
1748-
f"[red]Error: Wallet does not not exist. \n"
1748+
f"[red]Error: Wallet does not exist. \n"
17491749
f"Please verify your wallet information: {wallet}[/red]"
17501750
)
17511751
raise typer.Exit()

0 commit comments

Comments
 (0)