Skip to content

Commit f057375

Browse files
committed
removed unused imports
1 parent 1ab1c26 commit f057375

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/ethereum_test_types/blob_types.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313

1414
from ethereum_test_base_types.base_types import Bytes, Hash
1515
from ethereum_test_base_types.pydantic import CamelModel
16-
from ethereum_test_forks import Cancun, CancunToPragueAtTime15k, Fork, Osaka, Prague
17-
from ethereum_test_forks.forks.transition import PragueToOsakaAtTime15k
18-
from ethereum_test_forks.transition_base_fork import TransitionBaseClass
16+
from ethereum_test_forks import Cancun, Fork, Osaka, Prague
1917

2018
CACHED_BLOBS_DIRECTORY: Path = (
2119
Path(platformdirs.user_cache_dir("ethereum-execution-spec-tests")) / "cached_blobs"

src/ethereum_test_types/tests/test_blob_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
Osaka,
1212
Prague,
1313
)
14-
from ethereum_test_forks.base_fork import Fork
1514
from ethereum_test_forks.forks.transition import (
1615
CancunToPragueAtTime15k,
1716
PragueToOsakaAtTime15k,

0 commit comments

Comments
 (0)