Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
PolkadotDom committed Dec 25, 2024
1 parent 5cea0ca commit 30cc991
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions substrate/frame/salary/src/migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
use super::*;
use frame_support::{pallet_prelude::*, storage_alias, traits::UncheckedOnRuntimeUpgrade};

#[cfg(feature = "try-runtime")]
use alloc::vec::Vec;
#[cfg(feature = "try-runtime")]
use sp_runtime::TryRuntimeError;

mod v0 {
use super::*;
use frame_system::pallet_prelude::BlockNumberFor as LocalBlockNumberFor;
Expand Down

0 comments on commit 30cc991

Please sign in to comment.