Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wangminqi committed Dec 28, 2024
1 parent d91689b commit 32a57b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parachain/runtime/litentry/src/migration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@

// In try-runtime, current implementation, the storage version is not checked,
// Pallet version is used instead.
use frame_support::traits::{Get, OnRuntimeUpgrade};
use frame_system::pallet_prelude::{BlockNumberFor, StorageVersion};
use frame_support::traits::{Get, OnRuntimeUpgrade, StorageVersion};
use frame_system::pallet_prelude::BlockNumberFor;
use pallet_scheduler::Agenda;
use sp_std::marker::PhantomData;
#[cfg(feature = "try-runtime")]
Expand Down

0 comments on commit 32a57b3

Please sign in to comment.