Skip to content

Commit

Permalink
fix: the type imports that were mistakenly deleted in the previous co…
Browse files Browse the repository at this point in the history
…mmit.
  • Loading branch information
0xbillw committed Jan 17, 2025
1 parent 5a4b6d2 commit 9936f4e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pallets/file-bank/src/migration.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use super::*;
use frame_support::{
storage_alias,
storage_alias, weights::WeightMeter,
migrations::{MigrationId, SteppedMigration, SteppedMigrationError},
};

Expand All @@ -9,9 +9,7 @@ use sp_runtime::Vec;
#[cfg(feature = "try-runtime")]
use sp_std::collections::btree_map::BTreeMap;
#[cfg(feature = "try-runtime")]
use sp_runtime::{TryRuntimeError};
#[cfg(feature = "try-runtime")]
use frame_support::weights::WeightMeter;
use sp_runtime::TryRuntimeError;

pub const PALLET_MIGRATIONS_ID: &[u8; 26] = b"pallet-file-bank-migration";

Expand Down

0 comments on commit 9936f4e

Please sign in to comment.