Skip to content

Commit

Permalink
Remove combine_mods import
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Dec 3, 2024
1 parent 65b5273 commit e29bfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generators/genesis/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from eth2spec.gen_helpers.gen_from_tests.gen import run_state_test_generators, combine_mods, check_mods
from eth2spec.gen_helpers.gen_from_tests.gen import run_state_test_generators, check_mods
from eth2spec.test.helpers.constants import PHASE0, ALTAIR, BELLATRIX, CAPELLA, DENEB, ELECTRA


Expand Down

0 comments on commit e29bfb1

Please sign in to comment.