From 896b1ab4ff59b07e987c8fab8554147993fb1187 Mon Sep 17 00:00:00 2001 From: jimmyfraiture Date: Mon, 8 Sep 2025 12:05:31 -0700 Subject: [PATCH] NIT 4 --- codex-rs/core/src/shell.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/codex-rs/core/src/shell.rs b/codex-rs/core/src/shell.rs index 0081768fdd..c7b9a81379 100644 --- a/codex-rs/core/src/shell.rs +++ b/codex-rs/core/src/shell.rs @@ -387,8 +387,6 @@ mod tests { use super::*; use std::path::PathBuf; - use std::process::Command; - use uuid::Uuid; #[tokio::test] async fn test_run_with_profile_zshrc_not_exists() { @@ -505,9 +503,9 @@ mod tests { #[cfg(test)] #[cfg(target_os = "macos")] mod macos_tests { - use std::process::Command; use super::*; use crate::shell::snapshots::ensure_posix_snapshot; + use std::process::Command; #[tokio::test] async fn test_current_shell_detects_zsh() {