Skip to content

Commit

Permalink
fix: Double import after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan46 committed May 13, 2024
1 parent c53aff2 commit 74461e2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions node/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 74461e2

Please sign in to comment.