fix imports
This commit is contained in:
parent
d037c6662a
commit
505bdba8f8
|
@ -1,5 +1,5 @@
|
|||
from tests.core.pyspec.eth2spec.test.helpers.constants import ALTAIR
|
||||
from tests.core.pyspec.eth2spec.test.context import (
|
||||
from eth2spec.test.helpers.constants import ALTAIR
|
||||
from eth2spec.test.context import (
|
||||
misc_balances_in_default_range_with_many_validators,
|
||||
with_phases,
|
||||
zero_activation_threshold,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
from tests.core.pyspec.eth2spec.test.helpers.constants import PHASE0
|
||||
from tests.core.pyspec.eth2spec.test.context import (
|
||||
from eth2spec.test.helpers.constants import PHASE0
|
||||
from eth2spec.test.context import (
|
||||
misc_balances_in_default_range_with_many_validators,
|
||||
with_phases,
|
||||
zero_activation_threshold,
|
||||
|
|
Loading…
Reference in New Issue