Skip to content

Commit ba69bf1

Browse files
committed
fix deps
1 parent a47b809 commit ba69bf1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pallets/collator-selection/src/migrations.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818

1919
use super::*;
2020
use frame_support::{pallet_prelude::*, traits::OnRuntimeUpgrade};
21-
use sp_std::marker::PhantomData;
22-
23-
#[cfg(feature = "try-runtime")]
24-
use sp_std::vec::Vec;
21+
use sp_std::{marker::PhantomData, vec::Vec};
2522

2623
/// One-time migration that removes outdated LastAuthoredBlock entries.
2724
/// It keeps entries only for accounts that are currently:

0 commit comments

Comments
 (0)