mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
core/shell.rs: remove unused import PathBuf in macOS tests
This commit is contained in:
@@ -143,7 +143,6 @@ pub async fn default_user_shell() -> Shell {
|
||||
#[cfg(target_os = "macos")]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use std::path::PathBuf;
|
||||
use std::process::Command;
|
||||
|
||||
#[tokio::test]
|
||||
|
||||
Reference in New Issue
Block a user