Skip to content

Commit

Permalink
[polkadot-parachain] fix unused imports in people chain spec
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Feb 20, 2025
1 parent cb80d67 commit 9588272
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cumulus/polkadot-parachain/src/chain_spec/people.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// limitations under the License.

use cumulus_primitives_core::ParaId;
use parachains_common::Balance as PeopleBalance;
use polkadot_omni_node_lib::chain_spec::GenericChainSpec;
use sc_chain_spec::{ChainSpec, ChainType};
use std::str::FromStr;
Expand Down Expand Up @@ -126,7 +125,6 @@ pub mod rococo {
use super::ParaId;
use polkadot_omni_node_lib::chain_spec::{Extensions, GenericChainSpec};
use sc_chain_spec::ChainType;
use sp_keyring::Sr25519Keyring;

pub(crate) const PEOPLE_ROCOCO: &str = "people-rococo";
pub(crate) const PEOPLE_ROCOCO_LOCAL: &str = "people-rococo-local";
Expand Down Expand Up @@ -167,7 +165,6 @@ pub mod westend {
use super::ParaId;
use polkadot_omni_node_lib::chain_spec::{Extensions, GenericChainSpec};
use sc_chain_spec::ChainType;
use sp_keyring::Sr25519Keyring;

pub(crate) const PEOPLE_WESTEND: &str = "people-westend";
pub(crate) const PEOPLE_WESTEND_LOCAL: &str = "people-westend-local";
Expand Down

0 comments on commit 9588272

Please sign in to comment.