Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Ank4n committed Jul 18, 2024
1 parent a52f819 commit 41c01e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/delegated-staking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ use frame_support::{
},
};
use sp_runtime::{
traits::{AccountIdConversion, CheckedAdd, CheckedSub, Zero, TrailingZeroInput},
traits::{CheckedAdd, CheckedSub, Zero, TrailingZeroInput},
ArithmeticError, DispatchResult, Perbill, RuntimeDebug, Saturating,
};
use sp_staking::{Agent, Delegator, EraIndex, StakingInterface, StakingUnchecked};
Expand Down

0 comments on commit 41c01e6

Please sign in to comment.