Skip to content

Commit

Permalink
fix: unused imports removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas committed Dec 6, 2024
1 parent 17fc034 commit 4677243
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/integration/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,11 @@
pub use frame_support::{
assert_noop, assert_ok,
traits::{OnFinalize, OnIdle, OnInitialize},
weights::{
constants::ExtrinsicBaseWeight, Weight, WeightToFee as WeightToFeeT,
WeightToFeeCoefficient, WeightToFeeCoefficients, WeightToFeePolynomial,
},
weights::{Weight, WeightToFee as WeightToFeeT},
};
use parity_scale_codec::Encode;
pub use sp_core::{sr25519, Get, H160};
pub use sp_runtime::{AccountId32, Digest, DigestItem, MultiAddress, Perbill};
pub use sp_runtime::{AccountId32, Digest, DigestItem, MultiAddress};

use cumulus_primitives_core::{relay_chain::HeadData, PersistedValidationData};
use cumulus_primitives_parachain_inherent::ParachainInherentData;
Expand Down

0 comments on commit 4677243

Please sign in to comment.