Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
eskimor committed Jun 4, 2024
1 parent 9b0c1a6 commit e6b338c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions system-parachains/coretime/coretime-kusama/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// limitations under the License.

use crate::{
coretime::{BrokerPalletId, CoretimeBurnAccount, PriceAdapter},
coretime::{BrokerPalletId, CoretimeBurnAccount},
*,
};
use frame_support::{
Expand All @@ -25,12 +25,9 @@ use frame_support::{
OnInitialize,
},
};
use pallet_broker::{AdaptPrice, ConfigRecordOf, SaleInfo};
use pallet_broker::{ConfigRecordOf, SaleInfo};
use parachains_runtimes_test_utils::ExtBuilder;
use sp_runtime::{
traits::{AccountIdConversion, One},
FixedU64,
};
use sp_runtime::traits::AccountIdConversion;

fn advance_to(b: BlockNumber) {
while System::block_number() < b {
Expand Down

0 comments on commit e6b338c

Please sign in to comment.