mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 01:54:59 -05:00
head to 1229
This commit is contained in:
@@ -11,8 +11,7 @@ from typing import (
|
||||
)
|
||||
|
||||
|
||||
PHASE0_IMPORTS = '''from math import log2
|
||||
from typing import (
|
||||
PHASE0_IMPORTS = '''from typing import (
|
||||
Any, Callable, Dict, Set, Sequence, Tuple,
|
||||
)
|
||||
|
||||
@@ -37,8 +36,7 @@ from eth2spec.utils.bls import (
|
||||
|
||||
from eth2spec.utils.hash_function import hash
|
||||
'''
|
||||
PHASE1_IMPORTS = '''from math import log2
|
||||
from typing import (
|
||||
PHASE1_IMPORTS = '''from typing import (
|
||||
Any, Callable, Dict, Optional, Set, Sequence, MutableSequence, Tuple,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user