remove unused import

This commit is contained in:
kevin zhao
2025-11-18 09:47:09 -08:00
parent 7ac303b051
commit cda6857fff

View File

@@ -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;