clean up imports (#2557)

This commit is contained in:
Jacek Sieka 2021-05-12 14:31:02 +02:00 committed by GitHub
parent 0a477eb2d3
commit 0022015a91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -17,12 +17,11 @@ import
chronicles,
json_serialization/std/[options, sets, net], serialization/errors,
eth/db/kvstore,
eth/[keys, async_utils], eth/p2p/discoveryv5/[protocol, enr],
eth/keys, eth/p2p/discoveryv5/[protocol, enr],
# Local modules
../spec/[
datatypes, digest, crypto, helpers, network, signatures, state_transition,
validator],
datatypes, digest, crypto, helpers, network, signatures, state_transition],
../conf, ../beacon_clock,
../consensus_object_pools/[
spec_cache, blockchain_dag, block_clearance,