Skip to content

Commit

Permalink
Fix wrong rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiEres committed Aug 22, 2023
1 parent c33a606 commit bb50ffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions essentials/src/api/dynamic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ use crate::{
polkadot_parachain::primitives::Id,
polkadot_runtime_parachains::scheduler::{AssignmentKind, CoreAssignment},
},
polkadot_primitives::{CoreIndex, CoreOccupied, GroupIndex, ValidatorIndex},
polkadot_primitives::{CoreIndex, GroupIndex, ValidatorIndex},
},
types::{Assignment, BlockNumber, ClaimQueue, ParasEntry},
types::{Assignment, BlockNumber, ClaimQueue, CoreOccupied, ParasEntry},
};
use log::error;
use std::collections::{BTreeMap, VecDeque};
Expand Down

0 comments on commit bb50ffe

Please sign in to comment.