From 97f45c2680786257a67ee5ef4200979ef45e86bf Mon Sep 17 00:00:00 2001
From: Seemant Aggarwal <seemant.aggarwal@parity.io>
Date: Sat, 8 Mar 2025 14:52:54 +0530
Subject: [PATCH] remove unused imports

---
 substrate/client/cli/src/commands/export_chain_spec_cmd.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/substrate/client/cli/src/commands/export_chain_spec_cmd.rs b/substrate/client/cli/src/commands/export_chain_spec_cmd.rs
index ae92fdbf874..992d8a6be02 100644
--- a/substrate/client/cli/src/commands/export_chain_spec_cmd.rs
+++ b/substrate/client/cli/src/commands/export_chain_spec_cmd.rs
@@ -16,7 +16,7 @@
 // You should have received a copy of the GNU General Public License
 // along with this program. If not, see <https://www.gnu.org/licenses/>.
 
-use crate::{error::Result, BuildSpecCmd, CliConfiguration, NodeKeyParams, SharedParams};
+use crate::{error::Result, CliConfiguration, SharedParams};
 use clap::Parser;
 use sc_service::{chain_ops, ChainSpec};
 use std::{
-- 
GitLab