Skip to content

Commit 5a7784c

Browse files
committed
fix imports
1 parent f5a54b3 commit 5a7784c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cli/diff_opcode_counts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import click
1414

15-
from ethereum_clis.types import OpcodeCount
15+
from ethereum_clis.cli_types import OpcodeCount
1616
from ethereum_test_fixtures.file import Fixtures
1717

1818

src/ethereum_test_specs/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from typing_extensions import Self
1616

1717
from ethereum_clis import Result, TransitionTool
18-
from ethereum_clis.types import OpcodeCount
18+
from ethereum_clis.cli_types import OpcodeCount
1919
from ethereum_test_base_types import to_hex
2020
from ethereum_test_execution import BaseExecute, ExecuteFormat, LabeledExecuteFormat
2121
from ethereum_test_fixtures import (

0 commit comments

Comments
 (0)