Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit d5ed84c

Browse files
committed
Removing eth.tools.fixtures.normalization because all of its methods are duplicates of eth.tools._utils.normalization
1 parent 6fca8f7 commit d5ed84c

File tree

6 files changed

+14
-510
lines changed

6 files changed

+14
-510
lines changed

eth/tools/fixtures/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
should_run_slow_tests,
1515
verify_account_db,
1616
)
17-
from .normalization import ( # noqa: F401
17+
from eth.tools._utils.normalization import ( # noqa: F401
1818
normalize_block,
1919
normalize_blockchain_fixtures,
2020
normalize_statetest_fixture,

0 commit comments

Comments
 (0)