mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-23 13:05:41 +00:00
remove unused import (#13868)
This commit is contained in:
@@ -21,7 +21,7 @@ use codec::Encode;
|
|||||||
|
|
||||||
use sc_executor_common::{
|
use sc_executor_common::{
|
||||||
runtime_blob::RuntimeBlob,
|
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_executor_wasmtime::InstantiationStrategy;
|
||||||
use sc_runtime_test::wasm_binary_unwrap as test_runtime;
|
use sc_runtime_test::wasm_binary_unwrap as test_runtime;
|
||||||
|
|||||||
Reference in New Issue
Block a user