Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Sandu <[email protected]>
  • Loading branch information
sandreim committed Aug 29, 2024
1 parent 55e9134 commit 10675e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions polkadot/node/subsystem-util/src/runtime/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ use polkadot_primitives::{

use std::collections::{BTreeMap, VecDeque};

use crate::{has_required_runtime, request_claim_queue, request_disabled_validators, runtime};

use crate::{
request_async_backing_params, request_availability_cores, request_candidate_events,
has_required_runtime, request_async_backing_params, request_availability_cores,
request_candidate_events, request_claim_queue, request_disabled_validators,
request_from_runtime, request_key_ownership_proof, request_on_chain_votes,
request_session_executor_params, request_session_index_for_child, request_session_info,
request_submit_report_dispute_lost, request_unapplied_slashes, request_validation_code_by_hash,
Expand Down
2 changes: 1 addition & 1 deletion polkadot/node/test/service/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

use pallet_staking::Forcing;
use polkadot_primitives::{
SchedulerParams, AccountId, AssignmentId, ValidatorId, MAX_CODE_SIZE, MAX_POV_SIZE,
AccountId, AssignmentId, SchedulerParams, ValidatorId, MAX_CODE_SIZE, MAX_POV_SIZE,
};
use polkadot_service::chain_spec::{get_account_id_from_seed, get_from_seed, Extensions};
use polkadot_test_runtime::BABE_GENESIS_EPOCH_CONFIG;
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/parachains/src/scheduler/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use super::*;
use alloc::collections::{btree_map::BTreeMap, btree_set::BTreeSet};
use frame_support::assert_ok;
use polkadot_primitives::{
SchedulerParams, BlockNumber, SessionIndex, ValidationCode, ValidatorId,
BlockNumber, SchedulerParams, SessionIndex, ValidationCode, ValidatorId,
};
use sp_keyring::Sr25519Keyring;

Expand Down

0 comments on commit 10675e7

Please sign in to comment.