Skip to content

Commit

Permalink
refactor: 🔥 remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmauro committed Jan 30, 2025
1 parent 3808704 commit 030ba8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/cli/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use parity_scale_codec::Encode;
use polkadot_service::WestendChainSpec;
use sc_cli::{
ChainSpec, CliConfiguration, DefaultConfigurationValues, ImportParams, KeystoreParams,
NetworkParams, Result, RpcEndpoint, RuntimeVersion, SharedParams, SubstrateCli,
NetworkParams, Result, RpcEndpoint, SharedParams, SubstrateCli,
};
use sc_executor::WasmtimeInstantiationStrategy;
use sc_service::{
Expand Down

0 comments on commit 030ba8c

Please sign in to comment.