From 43a6a155dc14da0aa990ccdf51baaf996c9e9542 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Thu, 18 Apr 2019 10:28:35 +0800 Subject: [PATCH] linter --- eth2/beacon/epoch_processing_helpers.py | 2 +- eth2/beacon/types/states.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/eth2/beacon/epoch_processing_helpers.py b/eth2/beacon/epoch_processing_helpers.py index 71bf254ff3..bf82287fc6 100644 --- a/eth2/beacon/epoch_processing_helpers.py +++ b/eth2/beacon/epoch_processing_helpers.py @@ -1,4 +1,4 @@ -from typing import ( +from typing import ( # noqa: F401 Dict, Iterable, Sequence, diff --git a/eth2/beacon/types/states.py b/eth2/beacon/types/states.py index c14c16b8f6..f08528db71 100644 --- a/eth2/beacon/types/states.py +++ b/eth2/beacon/types/states.py @@ -1,6 +1,5 @@ from typing import ( Sequence, - Type, ) from eth_typing import ( @@ -38,7 +37,7 @@ ValidatorIndex, ) -from .blocks import BeaconBlockHeader, BaseBeaconBlock, BeaconBlock +from .blocks import BeaconBlockHeader, BeaconBlock from .eth1_data import Eth1Data from .eth1_data_vote import Eth1DataVote from .crosslink_records import CrosslinkRecord