Skip to content

Commit a7fd277

Browse files
committed
fix warning
1 parent 6311296 commit a7fd277

File tree

1 file changed

+1
-1
lines changed
  • substrate/client/consensus/babe/src

1 file changed

+1
-1
lines changed

substrate/client/consensus/babe/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ use sp_consensus::{BlockOrigin, Environment, Error as ConsensusError, Proposer,
120120
use sp_consensus_babe::{inherents::BabeInherentData, SlotDuration};
121121
use sp_consensus_slots::Slot;
122122
use sp_core::traits::SpawnEssentialNamed;
123-
use sp_inherents::{CreateInherentDataProviders, InherentData, InherentDataProvider};
123+
use sp_inherents::{CreateInherentDataProviders, InherentDataProvider};
124124
use sp_keystore::KeystorePtr;
125125
use sp_runtime::{
126126
generic::OpaqueDigestItemId,

0 commit comments

Comments
 (0)