From b3c1e37fa4838ec88e6886e9c987d2cead0824c0 Mon Sep 17 00:00:00 2001 From: kozabrada123 <59031733+kozabrada123@users.noreply.github.com> Date: Fri, 19 Jan 2024 19:47:04 +0100 Subject: [PATCH] fix: unused import --- tests/gateway.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/gateway.rs b/tests/gateway.rs index 8146243..e539775 100644 --- a/tests/gateway.rs +++ b/tests/gateway.rs @@ -12,11 +12,6 @@ use wasm_bindgen_test::*; #[cfg(target_arch = "wasm32")] wasm_bindgen_test_configure!(run_in_browser); -#[cfg(not(target_arch = "wasm32"))] -use tokio::time::Instant; -#[cfg(target_arch = "wasm32")] -use wasmtimer::std::Instant; - #[cfg(not(target_arch = "wasm32"))] use tokio::time::sleep; #[cfg(target_arch = "wasm32")]