Fix sync testgen

This commit is contained in:
Hsiao-Wei Wang 2023-05-02 23:45:21 +08:00
parent e117ff4d71
commit 7570445e98
No known key found for this signature in database
GPG Key ID: AE3D6B174F971DE4

View File

@ -1,5 +1,5 @@
from eth2spec.gen_helpers.gen_from_tests.gen import run_state_test_generators from eth2spec.gen_helpers.gen_from_tests.gen import run_state_test_generators
from eth2spec.test.helpers.constants import BELLATRIX, CAPELLA, DENEB from eth2spec.test.helpers.constants import BELLATRIX, CAPELLA, DENEB, EIP6110
if __name__ == "__main__": if __name__ == "__main__":