fix: remove duplicate Tool import in WASM wrapper tests

Co-Authored-By: Claude Opus 4.6 <[email protected]>
This commit is contained in:
Zaki
2026-03-21 08:13:13 +00:00
committed by Claude
co-authored by Claude Opus 4.6
parent d72d6f97a6
commit b0d2d3cff6
-1
View File
@@ -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"));