From b83fbe68960a0d389cfd0c4554c5b45d33c7028a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 11 Jul 2025 22:35:27 -0700 Subject: [PATCH] fix code qa check --- litellm/proxy/discovery_endpoints/ui_discovery_endpoints.py | 1 - litellm/proxy/management_endpoints/model_management_endpoints.py | 1 - 2 files changed, 2 deletions(-) diff --git a/litellm/proxy/discovery_endpoints/ui_discovery_endpoints.py b/litellm/proxy/discovery_endpoints/ui_discovery_endpoints.py index b5749046897..9a6032fd084 100644 --- a/litellm/proxy/discovery_endpoints/ui_discovery_endpoints.py +++ b/litellm/proxy/discovery_endpoints/ui_discovery_endpoints.py @@ -13,7 +13,6 @@ router = APIRouter() "/litellm/.well-known/litellm-ui-config", response_model=UiDiscoveryEndpoints ) # if mounted at root path async def get_ui_config(): - from litellm.proxy.proxy_server import _title, version from litellm.proxy.utils import get_proxy_base_url, get_server_root_path return UiDiscoveryEndpoints( diff --git a/litellm/proxy/management_endpoints/model_management_endpoints.py b/litellm/proxy/management_endpoints/model_management_endpoints.py index 8330f403816..3d07b86f216 100644 --- a/litellm/proxy/management_endpoints/model_management_endpoints.py +++ b/litellm/proxy/management_endpoints/model_management_endpoints.py @@ -48,7 +48,6 @@ from litellm.types.router import ( Deployment, DeploymentTypedDict, LiteLLMParamsTypedDict, - ModelGroupInfo, updateDeployment, ) from litellm.utils import get_utc_datetime