Skip to content

Commit d9bd7a5

Browse files
committed
rebase fixes
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
1 parent c9b85d1 commit d9bd7a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/zkevm/test_worst_compute.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"""
77

88
import math
9+
import random
910
from typing import cast
1011

1112
import pytest
@@ -20,7 +21,9 @@
2021
Environment,
2122
Transaction,
2223
)
24+
from ethereum_test_tools.code.generators import While
2325
from ethereum_test_tools.vm.opcode import Opcodes as Op
26+
from ethereum_test_vm.opcode import Opcode
2427
from tests.prague.eip2537_bls_12_381_precompiles import spec as bls12381_spec
2528
from tests.prague.eip2537_bls_12_381_precompiles.spec import BytesConcatenation
2629

0 commit comments

Comments
 (0)