build(custom_guardrail.py): include missing file

This commit is contained in:
Krrish Dholakia 2024-10-01 17:18:45 -04:00
parent b5ab138134
commit 3fc4ae0d65

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