Skip to content

Commit 5e3d6f5

Browse files
committed
moved around some stuff
1 parent 743f708 commit 5e3d6f5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

async_substrate_interface/types.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
from collections.abc import Iterable
55
from dataclasses import dataclass
66
from datetime import datetime
7-
from functools import partial
8-
from itertools import cycle
97
from typing import Optional, Union, Any
108

119
from bt_decode import PortableRegistry, encode as encode_by_type_string
@@ -15,7 +13,6 @@
1513
from scalecodec.type_registry import load_type_registry_preset
1614
from scalecodec.types import GenericCall, ScaleType
1715

18-
from .errors import MaxRetriesExceeded
1916
from .utils import json
2017

2118

0 commit comments

Comments
 (0)