From 0a7e166b35d6890ebcf05ce90316f7b5bccfc03a Mon Sep 17 00:00:00 2001 From: codex Date: Thu, 25 Jun 2026 02:48:49 +0000 Subject: [PATCH] fix(tests): remove unused dlp entropy import --- tests/unit/test_dlp_detectors.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/test_dlp_detectors.py b/tests/unit/test_dlp_detectors.py index 4be520f..f7f593c 100644 --- a/tests/unit/test_dlp_detectors.py +++ b/tests/unit/test_dlp_detectors.py @@ -9,7 +9,6 @@ import unittest from bot_bottle.dlp_detectors import ( ENTROPY_BLOCK_THRESHOLD, - ENTROPY_WINDOW, PARTIAL_MATCH_MIN_LEN, REDACT, _alnum_projection,