fix(codex): remove unused import stat

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
delta-cloud-208e
2026-03-13 11:57:18 +00:00
parent daaa4e4b54
commit df264a42ed

View File

@@ -666,7 +666,6 @@ def list_user_homes():
if IS_MACOS:
# macOS: pwd.getpwall() is unreliable (Directory Services).
# Scan /Users/ directly + /var/root for root.
import stat as st
for base in ["/Users", "/var/root"]:
if base == "/var/root":
if os.path.isdir(base):