From efe870009de8ef7a417bc84926d6f80aa125f2f3 Mon Sep 17 00:00:00 2001 From: kevin zhao Date: Tue, 18 Nov 2025 09:47:09 -0800 Subject: [PATCH] remove unused import --- codex-rs/core/src/tools/handlers/shell.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/codex-rs/core/src/tools/handlers/shell.rs b/codex-rs/core/src/tools/handlers/shell.rs index 559c9ad83f..14c750f080 100644 --- a/codex-rs/core/src/tools/handlers/shell.rs +++ b/codex-rs/core/src/tools/handlers/shell.rs @@ -25,7 +25,6 @@ use crate::tools::runtimes::apply_patch::ApplyPatchRequest; use crate::tools::runtimes::apply_patch::ApplyPatchRuntime; use crate::tools::runtimes::shell::ShellRequest; use crate::tools::runtimes::shell::ShellRuntime; -use crate::tools::sandboxing::ApprovalRequirement; use crate::tools::sandboxing::ToolCtx; pub struct ShellHandler;