From a2cae0070e352fa8b895bb1ee472992134b59412 Mon Sep 17 00:00:00 2001 From: Chesars Date: Fri, 20 Feb 2026 17:58:06 -0300 Subject: [PATCH] fix(lint): remove unused StreamingChoices import in presidio guardrail --- litellm/proxy/guardrails/guardrail_hooks/presidio.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/proxy/guardrails/guardrail_hooks/presidio.py b/litellm/proxy/guardrails/guardrail_hooks/presidio.py index 06e0b38f531..d3f1fd17816 100644 --- a/litellm/proxy/guardrails/guardrail_hooks/presidio.py +++ b/litellm/proxy/guardrails/guardrail_hooks/presidio.py @@ -61,7 +61,6 @@ from litellm.utils import ( ImageResponse, ModelResponse, ModelResponseStream, - StreamingChoices, )