Skip to content

Commit

Permalink
chore: rm unused import cast
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Dec 9, 2024
1 parent c1d81d3 commit 74aec24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_pydantic_types/address.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Annotated, Any, ClassVar, Optional, cast
from typing import Annotated, Any, ClassVar, Optional

from cchecksum import to_checksum_address
from eth_typing import ChecksumAddress
Expand Down

0 comments on commit 74aec24

Please sign in to comment.