Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
eskimor committed Aug 25, 2021
1 parent ee7f548 commit c82673e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion node/network/availability-recovery/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ use polkadot_erasure_coding::{branch_hash, branches, obtain_chunks_v1, recovery_
use polkadot_node_network_protocol::{
request_response::{
self as req_res, incoming, outgoing::RequestError, v1 as request_v1,
IncomingRequestReceiver, OutgoingRequest, Recipient, Requests, CHUNK_REQUEST_TIMEOUT,
IncomingRequestReceiver, OutgoingRequest, Recipient, Requests
},
IfDisconnected, UnifiedReputationChange as Rep,
};
#[cfg(not(test))]
use polkadot_node_network_protocol::request_response::CHUNK_REQUEST_TIMEOUT;
use polkadot_node_primitives::{AvailableData, ErasureChunk};
use polkadot_node_subsystem_util::request_session_info;
use polkadot_primitives::v1::{
Expand Down

0 comments on commit c82673e

Please sign in to comment.