Skip to content

Commit 9b17d74

Browse files
committed
Fix: isort
1 parent bf8f115 commit 9b17d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aleph/sdk/chains/substrate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
from ..conf import settings
1111
from ..exceptions import BadSignatureError
12-
from .common import BaseAccount, get_verification_buffer
1312
from ..utils import bytes_from_hex
13+
from .common import BaseAccount, get_verification_buffer
1414

1515
logger = logging.getLogger(__name__)
1616

0 commit comments

Comments
 (0)