diff --git a/litellm/types/guardrails.py b/litellm/types/guardrails.py index 1c2826bebf7..b3782e61798 100644 --- a/litellm/types/guardrails.py +++ b/litellm/types/guardrails.py @@ -25,6 +25,7 @@ from litellm.types.proxy.guardrails.guardrail_hooks.litellm_content_filter impor ) from litellm.types.proxy.guardrails.guardrail_hooks.ovalix import ( OvalixGuardrailConfigModel, +) from litellm.types.proxy.guardrails.guardrail_hooks.promptguard import ( PromptGuardConfigModel, )