Skip to content

Commit

Permalink
further formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MHHukiewitz committed Aug 17, 2023
1 parent 7a78f92 commit 5157f4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions src/aleph/sdk/chains/ethereum.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
from eth_keys.exceptions import BadSignature as EthBadSignatureError

from ..exceptions import BadSignatureError
from .common import (
BaseAccount,
get_fallback_private_key,
get_public_key,
)
from .common import BaseAccount, get_fallback_private_key, get_public_key


class ETHAccount(BaseAccount):
Expand Down
6 changes: 1 addition & 5 deletions src/aleph/sdk/chains/nuls2.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
sign_recoverable_message,
)

from .common import (
BaseAccount,
get_fallback_private_key,
get_public_key,
)
from .common import BaseAccount, get_fallback_private_key, get_public_key


def get_address(public_key=None, private_key=None, chain_id=1, prefix="NULS"):
Expand Down

0 comments on commit 5157f4f

Please sign in to comment.