From b0d2d3cff6988d3d9f007728016cf82e881ba9fa Mon Sep 17 00:00:00 2001 From: Zaki Date: Thu, 12 Mar 2026 16:46:20 -0700 Subject: [PATCH] fix: remove duplicate Tool import in WASM wrapper tests Co-Authored-By: Claude Opus 4.6 --- src/tools/wasm/wrapper.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tools/wasm/wrapper.rs b/src/tools/wasm/wrapper.rs index 0dc2b01b..ed458e2b 100644 --- a/src/tools/wasm/wrapper.rs +++ b/src/tools/wasm/wrapper.rs @@ -2356,7 +2356,6 @@ mod tests { use crate::config::SafetyConfig; use crate::tools::executor::ToolExecutor; - use crate::tools::tool::Tool; fn wasm_binary_path() -> std::path::PathBuf { let manifest_dir = std::path::Path::new(env!("CARGO_MANIFEST_DIR"));