Fix lint issues

This commit is contained in:
Justin Drake 2019-08-01 17:16:36 +01:00
parent 26641aa699
commit e5e97a51e6

View File

@ -1,6 +1,4 @@
from eth2spec.test.helpers.keys import pubkeys
from eth2spec.utils.ssz.ssz_impl import hash_tree_root
from eth2spec.utils.ssz.ssz_typing import List
def build_mock_validator(spec, i: int, balance: int):