From 9588272353eca4053920b351929ee9ea56e50ce1 Mon Sep 17 00:00:00 2001 From: Christian Langenbacher Date: Thu, 20 Feb 2025 07:50:35 +0100 Subject: [PATCH] [polkadot-parachain] fix unused imports in people chain spec --- cumulus/polkadot-parachain/src/chain_spec/people.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/cumulus/polkadot-parachain/src/chain_spec/people.rs b/cumulus/polkadot-parachain/src/chain_spec/people.rs index 872cbbf1c5da2..6d91e0d2b8c59 100644 --- a/cumulus/polkadot-parachain/src/chain_spec/people.rs +++ b/cumulus/polkadot-parachain/src/chain_spec/people.rs @@ -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; @@ -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"; @@ -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";