Remove unused PathExt import

This commit is contained in:
David Wiesen
2026-06-15 10:07:46 -07:00
parent c11e2f3d1d
commit ee3f14b2cb

View File

@@ -26,7 +26,6 @@ use codex_sandboxing::SandboxType;
use codex_utils_absolute_path::AbsolutePathBuf;
use codex_utils_path_uri::PathUri;
use core_test_support::PathBufExt;
use core_test_support::PathExt;
use pretty_assertions::assert_eq;
use std::path::PathBuf;
use std::process::Command;