Skip to content

Commit

Permalink
adjust imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ETeissonniere committed Jul 11, 2022
1 parent aaa5b5b commit 44aa064
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pallets/allocations/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ use frame_support::{
transactional, PalletId,
};
use frame_system::ensure_signed;
use sp_runtime::traits::{AccountIdConversion, CheckedAdd};
use sp_std::prelude::*;
use support::WithAccountId;

use sp_runtime::{
traits::{Saturating, Zero},
traits::{AccountIdConversion, CheckedAdd, Saturating, Zero},
DispatchResult, Perbill,
};

Expand Down

0 comments on commit 44aa064

Please sign in to comment.