Skip to content

Commit

Permalink
fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
winsvega committed Sep 25, 2023
1 parent 8438ddb commit caab6f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ethereum_spec_tools/evm_tools/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@

from ethereum.base_types import U64, U256, Uint
from ethereum.crypto.hash import Hash32

from ..forks import Hardfork
from ethereum_spec_tools.forks import Hardfork

W = TypeVar("W", Uint, U64, U256)

Expand Down

0 comments on commit caab6f5

Please sign in to comment.