From 458f1d07621b57d976dcc88b5237eb8f59dec08a Mon Sep 17 00:00:00 2001 From: Seemant Aggarwal Date: Wed, 5 Feb 2025 14:44:36 +0530 Subject: [PATCH] removing unused imports --- templates/parachain/node/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/parachain/node/Cargo.toml b/templates/parachain/node/Cargo.toml index ec4b13b184fc..b02ff6433178 100644 --- a/templates/parachain/node/Cargo.toml +++ b/templates/parachain/node/Cargo.toml @@ -25,8 +25,6 @@ polkadot-sdk = { workspace = true, features = ["node"] } parachain-template-runtime = { workspace = true } -# Substrate -prometheus-endpoint = { workspace = true, default-features = true } sc-tracing = { workspace = true, default-features = true } [build-dependencies]