Skip to content

Commit c250ee2

Browse files
committed
fix docc issues
1 parent 39e0b59 commit c250ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ethereum/amsterdam/vm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
from ethereum.crypto.hash import Hash32
2323
from ethereum.exceptions import EthereumException
2424

25-
from ..block_access_lists.builder import BlockAccessList
2625
from ..blocks import Log, Receipt, Withdrawal
2726
from ..fork_types import Address, Authorization, VersionedHash
27+
from ..rlp_types import BlockAccessList
2828
from ..state import State, TransientStorage
2929
from ..transactions import LegacyTransaction
3030
from ..trie import Trie

0 commit comments

Comments
 (0)