Skip to content

Commit

Permalink
Remove redundant bound
Browse files Browse the repository at this point in the history
  • Loading branch information
s0me0ne-unkn0wn committed Feb 8, 2024
1 parent f20d849 commit 3e8e268
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cumulus/client/consensus/aura/src/collators/lookahead.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ use polkadot_overseer::Handle as OverseerHandle;
use polkadot_primitives::{CollatorPair, Id as ParaId, OccupiedCoreAssumption};

use futures::{channel::oneshot, prelude::*};
use sc_client_api::{backend::AuxStore, BlockBackend, BlockOf, UsageProvider};
use sc_client_api::{backend::AuxStore, BlockBackend, BlockOf};
use sc_consensus::BlockImport;
use sc_consensus_aura::standalone as aura_internal;
use sp_api::ProvideRuntimeApi;
Expand Down Expand Up @@ -118,7 +118,6 @@ where
+ AuxStore
+ HeaderBackend<Block>
+ BlockBackend<Block>
+ UsageProvider<Block>
+ Send
+ Sync
+ 'static,
Expand Down

0 comments on commit 3e8e268

Please sign in to comment.