Skip to content

Commit

Permalink
chore: isort
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Nov 18, 2023
1 parent 8387be2 commit 43d66db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape_accounts/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import click
from eip712.messages import EIP712Message
from eth_account import Account as EthAccount
from eth_keys import keys # type: ignore
from eth_account.messages import encode_defunct
from eth_keys import keys # type: ignore
from eth_utils import to_bytes
from ethpm_types import HexBytes

Expand Down

0 comments on commit 43d66db

Please sign in to comment.