head to 1229

This commit is contained in:
Hsiao-Wei Wang
2019-06-30 01:44:17 +08:00
parent d4755653ff
commit 1b66323806
3 changed files with 17 additions and 47 deletions

View File

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