Skip to content
Snippets Groups Projects
Commit a53110f9 authored by Liam Aharon's avatar Liam Aharon Committed by GitHub
Browse files

remove unused import (#13868)

parent d5e460b3
Branches
No related merge requests found
......@@ -21,7 +21,7 @@ use codec::Encode;
use sc_executor_common::{
runtime_blob::RuntimeBlob,
wasm_runtime::{HeapAllocStrategy, WasmInstance, WasmModule, DEFAULT_HEAP_ALLOC_STRATEGY},
wasm_runtime::{WasmInstance, WasmModule, DEFAULT_HEAP_ALLOC_STRATEGY},
};
use sc_executor_wasmtime::InstantiationStrategy;
use sc_runtime_test::wasm_binary_unwrap as test_runtime;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment