From 74461e25873c436ccc6497374f0a71f6a4f9c53c Mon Sep 17 00:00:00 2001 From: aidan Date: Mon, 13 May 2024 16:33:00 +0200 Subject: [PATCH] fix: Double import after merge --- node/src/service.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/node/src/service.rs b/node/src/service.rs index ebcd9fb27..d714dc422 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -22,11 +22,6 @@ use polka_storage_runtime::{ apis::RuntimeApi, opaque::{Block, Hash}, }; -// Local Runtime Types -use polka_storage_runtime::{ - apis::RuntimeApi, - opaque::{Block, Hash}, -}; use sc_client_api::Backend; use sc_consensus::ImportQueue; use sc_executor::{HeapAllocStrategy, WasmExecutor, DEFAULT_HEAP_ALLOC_STRATEGY};