Files
hwmonDaemon/tests
jared 5ce5593f4a
Lint / Python (flake8) (push) Successful in 42s
Test / Python Tests (pytest) (push) Successful in 55s
Lint / Notify on failure (push) Has been skipped
Security / Python Security (bandit) (push) Successful in 46s
fix: resolve flake8 E402/F401 in test file
- Remove unused MagicMock import (F401)
- Move sys.path.insert above third-party imports and add noqa: E402
  to the two imports that must follow it (E402)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 10:28:29 -04:00
..