Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww committed Apr 18, 2019
1 parent 0ba687b commit 43a6a15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eth2/beacon/epoch_processing_helpers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import (
from typing import ( # noqa: F401
Dict,
Iterable,
Sequence,
Expand Down
3 changes: 1 addition & 2 deletions eth2/beacon/types/states.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from typing import (
Sequence,
Type,
)

from eth_typing import (
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 43a6a15

Please sign in to comment.