minor refactor import fix

This commit is contained in:
protolambda 2019-05-17 21:02:00 +02:00
parent f937dec2a1
commit 183e3a5153
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623

View File

@ -12,9 +12,9 @@ from eth2spec.phase0.state_transition import (
from eth2spec.test.context import spec_state_test
from eth2spec.test.helpers.state import (
next_epoch,
next_slot,
apply_empty_block
next_slot
)
from eth2spec.test.helpers.block import apply_empty_block
from eth2spec.test.helpers.attestations import (
add_attestation_to_state,
build_empty_block_for_next_slot,