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, )