From e5e97a51e69888e70c34e26c5f89924e06f1621c Mon Sep 17 00:00:00 2001 From: Justin Drake Date: Thu, 1 Aug 2019 17:16:36 +0100 Subject: [PATCH] Fix lint issues --- test_libs/pyspec/eth2spec/test/helpers/genesis.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test_libs/pyspec/eth2spec/test/helpers/genesis.py b/test_libs/pyspec/eth2spec/test/helpers/genesis.py index ae536eef9..9e3c77b7b 100644 --- a/test_libs/pyspec/eth2spec/test/helpers/genesis.py +++ b/test_libs/pyspec/eth2spec/test/helpers/genesis.py @@ -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):