Fix python execution 5

This commit is contained in:
Potuz 2024-07-03 13:05:04 -03:00
parent e9a8ddad03
commit e3cd216d3a
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
from eth2spec.test.helpers.execution_payload import build_empty_execution_payload, build_empty_signed_execution_payload_header
from eth2spec.test.helpers.execution_payload import build_empty_execution_payload
from eth2spec.test.helpers.execution_payload import build_empty_signed_execution_payload_header
from eth2spec.test.helpers.forks import is_post_whisk, is_post_altair, is_post_bellatrix, is_post_eip7732
from eth2spec.test.helpers.keys import privkeys, whisk_ks_initial, whisk_ks_final
from eth2spec.utils import bls