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