Skip to content

Commit a11f37d

Browse files
authored
Merge pull request #139 from opentensor/fix/thewhaleking/remove-unused-imports
Removes unused imports
2 parents 3ea7c63 + 88ec735 commit a11f37d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

async_substrate_interface/utils/decoding.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
from typing import Union, TYPE_CHECKING
22

33
from bt_decode import AxonInfo, PrometheusInfo, decode_list
4-
from scalecodec import ss58_encode
5-
from bittensor_wallet.utils import SS58_FORMAT
64

75
from async_substrate_interface.utils import hex_to_bytes
86
from async_substrate_interface.types import ScaleObj

0 commit comments

Comments
 (0)