Skip to content

Commit

Permalink
Unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Jan 30, 2024
1 parent 0a77426 commit 01ce707
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chain-spec-generator/src/system_parachains_specs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ use parachains_common::{AccountId, AssetHubPolkadotAuraId, AuraId, Balance};
use sc_chain_spec::{ChainSpec, ChainSpecExtension, ChainSpecGroup, ChainType};
use serde::{Deserialize, Serialize};
use sp_core::sr25519;
use sp_runtime::traits::Get;

/// Generic extensions for Parachain ChainSpecs.
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize, ChainSpecGroup, ChainSpecExtension)]
Expand Down

0 comments on commit 01ce707

Please sign in to comment.