build(custom_guardrail.py): include missing file

This commit is contained in:
Krrish Dholakia 2024-10-01 17:18:45 -04:00
parent bb48ff57b4
commit 4fa8991a90

View file

@ -6,7 +6,6 @@ from litellm.caching import DualCache
from litellm.integrations.custom_guardrail import CustomGuardrail
from litellm.proxy._types import UserAPIKeyAuth
from litellm.proxy.guardrails.guardrail_helpers import should_proceed_based_on_metadata
from litellm.types.guardrails import GuardrailEventHooks
class myCustomGuardrail(CustomGuardrail):