mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
fix typing
This commit is contained in:
parent
1eff79a2bd
commit
ff89e8d1af
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue