Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ukint-vs committed Jul 10, 2024
1 parent 0669cea commit f892da1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions runtime/vara/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,10 @@ pub type Migrations = (

mod staking {
use frame_support::{
pallet_prelude::{ValueQuery, Weight},
storage_alias,
pallet_prelude::Weight,
traits::{GetStorageVersion, OnRuntimeUpgrade},
};
use pallet_staking::*;
use parity_scale_codec::{Decode, Encode, MaxEncodedLen};
use scale_info::TypeInfo;
use sp_core::Get;

#[cfg(feature = "try-runtime")]
Expand Down

0 comments on commit f892da1

Please sign in to comment.