Skip to content

Commit 6fcd1e3

Browse files
committed
Fix: isort
1 parent 36e5ce2 commit 6fcd1e3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/aleph/sdk/chains/ethereum.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,8 @@
77
from eth_keys.exceptions import BadSignature as EthBadSignatureError
88

99
from ..exceptions import BadSignatureError
10-
from .common import (
11-
BaseAccount,
12-
get_fallback_private_key,
13-
get_public_key,
14-
)
1510
from ..utils import bytes_from_hex
11+
from .common import BaseAccount, get_fallback_private_key, get_public_key
1612

1713

1814
class ETHAccount(BaseAccount):

0 commit comments

Comments
 (0)