Skip to content

Commit

Permalink
prdoc update and removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
seemantaggarwal committed Feb 21, 2025
1 parent f949334 commit 9315ef5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cumulus/polkadot-omni-node/lib/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use crate::{
NodeExtraArgs,
},
};
use chain_spec_builder::{ChainSpecBuilder, ChainSpecBuilderCmd};
use chain_spec_builder::{ChainSpecBuilder};
use clap::{Command, CommandFactory, FromArgMatches};
use sc_chain_spec::ChainSpec;
use sc_cli::{
Expand Down
2 changes: 0 additions & 2 deletions cumulus/polkadot-omni-node/lib/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ use crate::{
nodes::DynNodeSpecExt,
runtime::BlockNumber,
};
use chain_spec_builder::ChainSpecBuilder;
#[cfg(feature = "runtime-benchmarks")]
use cumulus_client_service::storage_proof_size::HostFunctions as ReclaimHostFunctions;
use cumulus_primitives_core::ParaId;
Expand All @@ -39,7 +38,6 @@ use sc_cli::{CliConfiguration, Result, SubstrateCli};
use sp_runtime::traits::AccountIdConversion;
#[cfg(feature = "runtime-benchmarks")]
use sp_runtime::traits::HashingFor;
use std::path::PathBuf;

const DEFAULT_DEV_BLOCK_TIME_MS: u64 = 3000;

Expand Down
4 changes: 2 additions & 2 deletions prdoc/pr_7619.prdoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ doc:
description: |-
This PR add chain-spec-builder as a subcommand to the polkadot-omni-node
crates:
- name: polkadot-omni-node
- name: polkadot-omni-node-lib
bump: patch
- name: chain-spec-builder
- name: staging-chain-spec-builder
bump: minor

0 comments on commit 9315ef5

Please sign in to comment.