diff --git a/tests/test_scanner.py b/tests/test_scanner.py index a90d151..3c0cda2 100644 --- a/tests/test_scanner.py +++ b/tests/test_scanner.py @@ -9,7 +9,7 @@ # Ensure src/ is importable sys.path.insert(0, str(Path(__file__).parent.parent / "src")) -from scanner import _mask, _shannon_entropy, scan_content, scan_lines +from scanner import _mask, _shannon_entropy, scan_content # ───────────────────────────────────────────────────────────── # Entropy helpers