Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
winsvega committed Oct 15, 2024
1 parent 6fd60c2 commit cb477ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/ethereum_test_specs/eof.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
import pytest
from pydantic import Field, model_validator

from ethereum_clis import TransitionTool
from ethereum_clis import EvmoneExceptionMapper, TransitionTool
from ethereum_test_base_types import Account, Bytes
from ethereum_test_exceptions import EvmoneExceptionMapper
from ethereum_test_exceptions.exceptions import EOFExceptionInstanceOrList, to_pipe_str
from ethereum_test_fixtures import (
BaseFixture,
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum_test_specs/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
from dataclasses import dataclass
from typing import Dict, List

from ethereum_clis import Result
from ethereum_test_exceptions import ExceptionMapper, UndefinedException
from ethereum_test_types import Transaction
from evm_transition_tool import Result


@dataclass
Expand Down

0 comments on commit cb477ee

Please sign in to comment.