Skip to content

Commit

Permalink
fix import (#2674)
Browse files Browse the repository at this point in the history
  • Loading branch information
Agusrodri committed Feb 22, 2024
1 parent e2fae82 commit d1087f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/common/src/migrations.rs
Expand Up @@ -36,7 +36,7 @@ use pallet_parachain_staking::{Round, RoundIndex, RoundInfo};
use parity_scale_codec::{Decode, Encode};
use sp_consensus_slots::Slot;
use sp_core::Get;
use sp_std::{marker::PhantomData, prelude::*};
use sp_std::{marker::PhantomData, prelude::*, vec};

#[derive(Copy, Clone, PartialEq, Eq, Encode, Decode)]
pub struct OldRoundInfo<BlockNumber> {
Expand Down

0 comments on commit d1087f3

Please sign in to comment.