Commit ffc9270
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | 57 | | |
60 | 58 | | |
61 | 59 | | |
| |||
0 commit comments