Skip to content

Commit ffc9270

Browse files
cdeustclaude
andcommitted
fix(ci): remove 2 unused imports from pii-daemon (ruff check F401)
pii-daemon.py imported threading and time but never used them after an earlier refactor. ruff check flagged these with F401 and that's what CI Lint was rejecting (format was fine after the previous commit; lint was the remaining gate). Auto-fixed via ruff check --fix. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0f6de6f commit ffc9270

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.claude/memory/pii-daemon.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@
5454
import math
5555
import socket
5656
import signal
57-
import threading
58-
import time
5957
import pathlib
6058

6159
# ── constants ─────────────────────────────────────────────────────────────────

0 commit comments

Comments
 (0)