Skip to content

Commit

Permalink
Update and modify files for the project
Browse files Browse the repository at this point in the history
- Updated files:
  - src/bee_py/utils/eth.py
  • Loading branch information
Aviksaikat committed Jan 1, 2024
1 parent 4c0c798 commit 6b99382
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/bee_py/utils/eth.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@
from eth_account.messages import encode_defunct
from eth_pydantic_types import HexBytes
from eth_typing import ChecksumAddress as AddressType
from eth_utils import (
is_address,
is_checksum_address,
keccak,
to_checksum_address, # ValidationError,
to_normalized_address,
)
from eth_utils import to_checksum_address # ValidationError,
from eth_utils import is_address, is_checksum_address, keccak, to_normalized_address

from bee_py.Exceptions import AccountNotFoundError
from bee_py.utils.hex import hex_to_bytes, str_to_hex
Expand Down

0 comments on commit 6b99382

Please sign in to comment.