mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 03:45:06 -05:00
fix imports
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user