fix(tests): remove unused dlp entropy import
lint / lint (push) Successful in 2m14s
test / unit (pull_request) Successful in 47s
test / integration (pull_request) Successful in 28s

This commit is contained in:
2026-06-25 02:48:49 +00:00
parent 217eadf9a1
commit fcfe2f0849
-1
View File
@@ -9,7 +9,6 @@ import unittest
from bot_bottle.dlp_detectors import ( from bot_bottle.dlp_detectors import (
ENTROPY_BLOCK_THRESHOLD, ENTROPY_BLOCK_THRESHOLD,
ENTROPY_WINDOW,
PARTIAL_MATCH_MIN_LEN, PARTIAL_MATCH_MIN_LEN,
REDACT, REDACT,
_alnum_projection, _alnum_projection,