Remove few more unneeded nimbus imports in Fluffy tests (#2159)
This commit is contained in:
parent
9c64b44c89
commit
df2dcf593c
|
@ -14,8 +14,7 @@ import
|
|||
eth/p2p/discoveryv5/protocol as discv5_protocol,
|
||||
../network/history/[accumulator, history_content],
|
||||
../network/state/experimental/state_proof_types,
|
||||
../../nimbus/db/core_db,
|
||||
../../nimbus/common/[chain_config],
|
||||
../../nimbus/common/chain_config,
|
||||
../database/content_db
|
||||
|
||||
proc localAddress*(port: int): Address {.raises: [ValueError].} =
|
||||
|
|
|
@ -14,7 +14,6 @@ import
|
|||
eth/rlp,
|
||||
../network/wire/[portal_protocol, portal_stream, portal_protocol_config],
|
||||
../network/history/[history_network, accumulator, history_content],
|
||||
../../nimbus/constants,
|
||||
../database/content_db,
|
||||
./test_helpers
|
||||
|
||||
|
|
Loading…
Reference in New Issue