We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb75af commit ddd01c0Copy full SHA for ddd01c0
bittensor_cli/cli.py
@@ -1671,9 +1671,7 @@ def wallet_ask(
1671
wallet_name: Optional[str],
1672
wallet_path: Optional[str],
1673
wallet_hotkey: Optional[str],
1674
- ask_for: Optional[
1675
- list[Union[str, Literal[WO.NAME, WO.PATH, WO.HOTKEY]]]
1676
- ] = None,
+ ask_for: Optional[list[Literal[WO.NAME, WO.PATH, WO.HOTKEY]]] = None,
1677
validate: WV = WV.WALLET,
1678
return_wallet_and_hotkey: bool = False,
1679
) -> Union[Wallet, tuple[Wallet, str]]:
0 commit comments