diff --git a/substrate/frame/salary/src/migration.rs b/substrate/frame/salary/src/migration.rs index a897e874b3b1..fcbae54be8ff 100644 --- a/substrate/frame/salary/src/migration.rs +++ b/substrate/frame/salary/src/migration.rs @@ -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;