Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Aug 31, 2024
1 parent 449a062 commit 1f14aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/economic-security/pallet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#[frame_support::pallet]
pub mod pallet {
use frame_system::pallet_prelude::*;
use frame_support::{pallet_prelude::*, sp_runtime::SaturatedConversion};
use frame_support::pallet_prelude::*;

use dex_pallet::{Config as DexConfig, Pallet as Dex};
use coins_pallet::{Config as CoinsConfig, AllowMint};
Expand Down

0 comments on commit 1f14aed

Please sign in to comment.