Skip to content

Commit ad7f073

Browse files
committed
fix: remove unused Any import
1 parent ae40b59 commit ad7f073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bittensor_cli/src/commands/stake/children_hotkeys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import asyncio
22
import json
3-
from typing import Optional, Any
3+
from typing import Optional
44

55
from bittensor_wallet import Wallet
66
from rich.prompt import IntPrompt, FloatPrompt

0 commit comments

Comments
 (0)