core/shell.rs: remove unused import PathBuf in macOS tests

This commit is contained in:
pakrym-oai
2025-07-30 10:01:57 -07:00
parent 0e5283951f
commit 1b5839e455

View File

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