Skip to content

Commit

Permalink
optimized import
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-opentensor committed Nov 12, 2024
1 parent 19e0029 commit 0a454e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittensor/utils/async_substrate_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from hashlib import blake2b
from typing import Optional, Any, Union, Callable, Awaitable, cast

import websockets
from async_property import async_property
from bittensor_wallet import Keypair
from bt_decode import PortableRegistry, decode as decode_by_type_string, MetadataV15
Expand All @@ -20,7 +21,6 @@
BlockNotFound,
)
from substrateinterface.storage import StorageKey
import websockets

ResultHandler = Callable[[dict, Any], Awaitable[tuple[dict, bool]]]

Expand Down

0 comments on commit 0a454e3

Please sign in to comment.