Skip to content

Commit f522534

Browse files
committed
chore(tests): Attempt to resolve issues with CI tests
1 parent 6360a0b commit f522534

File tree

1 file changed

+2
-2
lines changed
  • src/ethereum/amsterdam/block_access_lists

1 file changed

+2
-2
lines changed

src/ethereum/amsterdam/block_access_lists/builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
from ethereum_types.bytes import Bytes, Bytes32
2323
from ethereum_types.numeric import U64, U256
2424

25-
from ..fork_types import Address
26-
from ..rlp_types import (
25+
from ethereum.amsterdam.fork_types import Address
26+
from ethereum.amsterdam.rlp_types import (
2727
AccountChanges,
2828
BalanceChange,
2929
BlockAccessIndex,

0 commit comments

Comments
 (0)