From a4b41e28a80bf63446f597fe2c22b0401f55f5d3 Mon Sep 17 00:00:00 2001 From: Vinnie Giarrusso Date: Tue, 16 Jul 2024 12:25:06 -0700 Subject: [PATCH] remove more unused imports --- enterprise/enterprise_hooks/lakera_ai.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/enterprise/enterprise_hooks/lakera_ai.py b/enterprise/enterprise_hooks/lakera_ai.py index a8b243f53..88c85043e 100644 --- a/enterprise/enterprise_hooks/lakera_ai.py +++ b/enterprise/enterprise_hooks/lakera_ai.py @@ -17,10 +17,8 @@ from litellm.integrations.custom_logger import CustomLogger from fastapi import HTTPException from litellm._logging import verbose_proxy_logger -from litellm.proxy.guardrails.init_guardrails import all_guardrails from litellm.proxy.guardrails.guardrail_helpers import should_proceed_based_on_metadata -from litellm.types.guardrails import default_roles, Role -from litellm.utils import get_formatted_prompt +from litellm.types.guardrails import Role from litellm._logging import verbose_proxy_logger from litellm.llms.custom_httpx.http_handler import AsyncHTTPHandler