We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e5ce2 commit 6fcd1e3Copy full SHA for 6fcd1e3
src/aleph/sdk/chains/ethereum.py
@@ -7,12 +7,8 @@
7
from eth_keys.exceptions import BadSignature as EthBadSignatureError
8
9
from ..exceptions import BadSignatureError
10
-from .common import (
11
- BaseAccount,
12
- get_fallback_private_key,
13
- get_public_key,
14
-)
15
from ..utils import bytes_from_hex
+from .common import BaseAccount, get_fallback_private_key, get_public_key
16
17
18
class ETHAccount(BaseAccount):
0 commit comments