fix lint
This commit is contained in:
parent
925f0508ce
commit
90c4a7599b
|
@ -2,7 +2,7 @@ from eth_utils import to_tuple
|
|||
from typing import Iterable
|
||||
|
||||
from eth2spec.gen_helpers.gen_base import gen_runner, gen_typing
|
||||
from eth2spec.test.helpers.typing import SpecForkName, PresetBaseName
|
||||
from eth2spec.test.helpers.typing import PresetBaseName
|
||||
|
||||
from eth2spec.phase0 import mainnet as spec_mainnet, minimal as spec_minimal
|
||||
from eth2spec.test.helpers.constants import PHASE0, MINIMAL, MAINNET
|
||||
|
|
|
@ -5,7 +5,7 @@ from inspect import getmembers, isclass
|
|||
from eth2spec.gen_helpers.gen_base import gen_runner, gen_typing
|
||||
|
||||
from eth2spec.debug import random_value, encode
|
||||
from eth2spec.test.helpers.constants import ALTAIR, MERGE, TESTGEN_FORKS, MINIMAL, MAINNET
|
||||
from eth2spec.test.helpers.constants import TESTGEN_FORKS, MINIMAL, MAINNET
|
||||
from eth2spec.test.context import spec_targets
|
||||
from eth2spec.utils.ssz.ssz_typing import Container
|
||||
from eth2spec.utils.ssz.ssz_impl import (
|
||||
|
|
Loading…
Reference in New Issue