Skip to content

Commit 19b914f

Browse files
authored
Merge pull request #9 from sudoNaji/fix/codeql-unused-imports
Fix CodeQL #49: remove unused scan_lines import from test_scanner.py
2 parents fb3c16b + 865e3cc commit 19b914f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_scanner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Ensure src/ is importable
1010
sys.path.insert(0, str(Path(__file__).parent.parent / "src"))
1111

12-
from scanner import _mask, _shannon_entropy, scan_content, scan_lines
12+
from scanner import _mask, _shannon_entropy, scan_content
1313

1414
# ─────────────────────────────────────────────────────────────
1515
# Entropy helpers

0 commit comments

Comments
 (0)