Skip to content

Commit 100a25e

Browse files
committed
lints
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
1 parent e50646e commit 100a25e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

tests/zkevm/test_worst_compute.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,15 @@
1010
import pytest
1111

1212
from ethereum_test_forks import Fork
13-
from ethereum_test_tools import (Address, Alloc, Block, BlockchainTestFiller,
14-
Bytecode, Environment, Transaction)
13+
from ethereum_test_tools import (
14+
Address,
15+
Alloc,
16+
Block,
17+
BlockchainTestFiller,
18+
Bytecode,
19+
Environment,
20+
Transaction,
21+
)
1522
from ethereum_test_tools.vm.opcode import Opcodes as Op
1623

1724
REFERENCE_SPEC_GIT_PATH = "TODO"

0 commit comments

Comments
 (0)