From ff89e8d1af1effd03845e8942526a2c52f8454b8 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Thu, 5 Feb 2026 13:31:50 -0800 Subject: [PATCH] fix typing --- litellm/proxy/guardrails/guardrail_hooks/openai/moderations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/guardrails/guardrail_hooks/openai/moderations.py b/litellm/proxy/guardrails/guardrail_hooks/openai/moderations.py index 752996249aa..030b6036815 100644 --- a/litellm/proxy/guardrails/guardrail_hooks/openai/moderations.py +++ b/litellm/proxy/guardrails/guardrail_hooks/openai/moderations.py @@ -33,7 +33,7 @@ from .base import OpenAIGuardrailBase if TYPE_CHECKING: from litellm.proxy._types import UserAPIKeyAuth - from litellm.types.llms.openai import AllMessageValues, OpenAIModerationResponse + from litellm.types.llms.openai import OpenAIModerationResponse from litellm.types.proxy.guardrails.guardrail_hooks.base import GuardrailConfigModel from litellm.types.utils import ModelResponse, ModelResponseStream