From d7e10fee79650c58b43ff52f9553822053cdc7bf Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 14 Mar 2025 21:06:28 -0700 Subject: [PATCH] fix code quality --- litellm/proxy/health_endpoints/_health_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/health_endpoints/_health_endpoints.py b/litellm/proxy/health_endpoints/_health_endpoints.py index 378c94aacb..34e7d34bbf 100644 --- a/litellm/proxy/health_endpoints/_health_endpoints.py +++ b/litellm/proxy/health_endpoints/_health_endpoints.py @@ -3,7 +3,7 @@ import copy import os import traceback from datetime import datetime, timedelta -from typing import Any, Dict, Literal, Optional, Union +from typing import Dict, Literal, Optional, Union import fastapi from fastapi import APIRouter, Depends, HTTPException, Request, Response, status