From 0c98efe045e3d50395854084a07d3e42f4fcd5c2 Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Fri, 16 Jan 2026 18:14:33 -0800 Subject: [PATCH] fixing lint --- litellm/proxy/public_endpoints/public_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/public_endpoints/public_endpoints.py b/litellm/proxy/public_endpoints/public_endpoints.py index aebea8616b4..6d60a218fd1 100644 --- a/litellm/proxy/public_endpoints/public_endpoints.py +++ b/litellm/proxy/public_endpoints/public_endpoints.py @@ -57,7 +57,7 @@ async def public_model_hub(): health_checks_map[key] = health_check_dict if check.model_name: health_checks_map[check.model_name] = health_check_dict - except Exception as e: + except Exception: pass for model_group in model_groups: