From 3fc4ae0d65d087fe974dcb58f0519216bc100b04 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 1 Oct 2024 17:18:45 -0400 Subject: [PATCH] build(custom_guardrail.py): include missing file --- litellm/proxy/example_config_yaml/custom_guardrail.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/proxy/example_config_yaml/custom_guardrail.py b/litellm/proxy/example_config_yaml/custom_guardrail.py index 0d834f24f..598d5e0bd 100644 --- a/litellm/proxy/example_config_yaml/custom_guardrail.py +++ b/litellm/proxy/example_config_yaml/custom_guardrail.py @@ -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):