fix imports

This commit is contained in:
Alex Stokes 2021-08-23 12:49:36 -07:00
parent d037c6662a
commit 505bdba8f8
No known key found for this signature in database
GPG Key ID: 99B3D88FD6C55A69
2 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -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,