Skip to content

Commit

Permalink
Removing eth.tools.fixtures.normalization because all of its method…
Browse files Browse the repository at this point in the history
…s are duplicates of `eth.tools._utils.normalization`
  • Loading branch information
glaksmono authored and cburgdorf committed Nov 20, 2018
1 parent 6fca8f7 commit 3baeac4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 510 deletions.
2 changes: 1 addition & 1 deletion eth/tools/fixtures/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
should_run_slow_tests,
verify_account_db,
)
from .normalization import ( # noqa: F401
from eth.tools._utils.normalization import ( # noqa: F401
normalize_block,
normalize_blockchain_fixtures,
normalize_statetest_fixture,
Expand Down
Loading

0 comments on commit 3baeac4

Please sign in to comment.