Skip to content

Commit ddd01c0

Browse files
committed
Fix typing
1 parent 4eb75af commit ddd01c0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bittensor_cli/cli.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,9 +1671,7 @@ def wallet_ask(
16711671
wallet_name: Optional[str],
16721672
wallet_path: Optional[str],
16731673
wallet_hotkey: Optional[str],
1674-
ask_for: Optional[
1675-
list[Union[str, Literal[WO.NAME, WO.PATH, WO.HOTKEY]]]
1676-
] = None,
1674+
ask_for: Optional[list[Literal[WO.NAME, WO.PATH, WO.HOTKEY]]] = None,
16771675
validate: WV = WV.WALLET,
16781676
return_wallet_and_hotkey: bool = False,
16791677
) -> Union[Wallet, tuple[Wallet, str]]:

0 commit comments

Comments
 (0)