Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix double import
  • Loading branch information
kostekIV committed Dec 2, 2022
commit 53b53dd2234e522697e79ccbda322d6a1854337d
1 change: 0 additions & 1 deletion pallets/support/src/migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use frame_support::{
codec::{Decode, Encode},
sp_io,
sp_std::vec::Vec,
sp_std::vec::Vec,
storage::storage_prefix,
};
use frame_support::{
Expand Down