clean up imports (#2557)
This commit is contained in:
parent
0a477eb2d3
commit
0022015a91
|
@ -17,12 +17,11 @@ import
|
||||||
chronicles,
|
chronicles,
|
||||||
json_serialization/std/[options, sets, net], serialization/errors,
|
json_serialization/std/[options, sets, net], serialization/errors,
|
||||||
eth/db/kvstore,
|
eth/db/kvstore,
|
||||||
eth/[keys, async_utils], eth/p2p/discoveryv5/[protocol, enr],
|
eth/keys, eth/p2p/discoveryv5/[protocol, enr],
|
||||||
|
|
||||||
# Local modules
|
# Local modules
|
||||||
../spec/[
|
../spec/[
|
||||||
datatypes, digest, crypto, helpers, network, signatures, state_transition,
|
datatypes, digest, crypto, helpers, network, signatures, state_transition],
|
||||||
validator],
|
|
||||||
../conf, ../beacon_clock,
|
../conf, ../beacon_clock,
|
||||||
../consensus_object_pools/[
|
../consensus_object_pools/[
|
||||||
spec_cache, blockchain_dag, block_clearance,
|
spec_cache, blockchain_dag, block_clearance,
|
||||||
|
|
Loading…
Reference in New Issue