Skip to content

Commit 993d311

Browse files
committed
fix after rebase
1 parent de486ba commit 993d311

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/cancun/eip1153_tstore/test_tstorage_execution_contexts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
import pytest
1010

11+
from ethereum_test_base_types.conversions import left_pad_zeros_up_to_size
1112
from ethereum_test_tools import (
1213
Account,
1314
Address,
1415
Alloc,
1516
Bytecode,
1617
Environment,
17-
Hash,
1818
StateTestFiller,
1919
Transaction,
2020
)

tests/cancun/eip1153_tstore/test_tstorage_selfdestruct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
import pytest
1111

12+
from ethereum_test_base_types.conversions import left_pad_zeros_up_to_size
1213
from ethereum_test_tools import (
1314
Account,
1415
Alloc,
1516
Bytecode,
1617
CalldataCase,
1718
Environment,
18-
Hash,
1919
Initcode,
2020
StateTestFiller,
2121
Switch,

0 commit comments

Comments
 (0)