Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed Jul 24, 2023
1 parent 071d5b4 commit 123f880
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1488,7 +1488,6 @@ pub type Migrations = migrations::Unreleased;
#[allow(deprecated, missing_docs)]
pub mod migrations {
use super::*;
use frame_support::traits::{GetStorageVersion, OnRuntimeUpgrade, StorageVersion};

/// Unreleased migrations. Add new ones here:
pub type Unreleased = (
Expand Down

0 comments on commit 123f880

Please sign in to comment.