chore: Remove unused import

This commit is contained in:
Christoph Herzog
2023-01-16 16:46:56 +01:00
parent bc18e5d69b
commit 394cf83651

View File

@@ -2,7 +2,7 @@
use std::error::Error;
use std::fmt;
use std::sync::Arc;
use wasm_bindgen::{convert::FromWasmAbi, prelude::*, JsValue};
use wasm_bindgen::{prelude::*, JsValue};
use wasm_bindgen_downcast::DowncastJS;
pub trait CoreError: fmt::Debug + fmt::Display {