From 09037162a92252ca1420c91a6b0aaa5aac9653ac Mon Sep 17 00:00:00 2001 From: rzeta-10 Date: Mon, 23 Mar 2026 14:39:08 +0530 Subject: [PATCH] fix the greptile commit --- litellm/proxy/health_endpoints/_health_endpoints.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/litellm/proxy/health_endpoints/_health_endpoints.py b/litellm/proxy/health_endpoints/_health_endpoints.py index e0c8ee73355..3c5a2fc28c8 100644 --- a/litellm/proxy/health_endpoints/_health_endpoints.py +++ b/litellm/proxy/health_endpoints/_health_endpoints.py @@ -340,10 +340,6 @@ async def health_services_endpoint( # noqa: PLR0915 "status": "success", "message": "Mock LLM request made - check langfuse.", } - elif service == "akto": - from litellm.litellm_core_utils.litellm_logging import aktoLogger as _akto - from litellm.integrations.akto.akto_logger import AktoLogger - elif service == "akto": from litellm.litellm_core_utils.litellm_logging import aktoLogger as _akto from litellm.integrations.akto.akto_logger import AktoLogger @@ -361,15 +357,6 @@ async def health_services_endpoint( # noqa: PLR0915 else "Akto is healthy" ), } - response = await akto_logger.async_health_check() - return { - "status": response["status"], - "message": ( - response["error_message"] - if response["status"] == "unhealthy" - else "Akto is healthy" - ), - } if service == "webhook": user_info = CallInfo(