fix code qa check

This commit is contained in:
Ishaan Jaff 2025-07-11 22:35:27 -07:00
parent 12b16c1f0c
commit b83fbe6896
2 changed files with 0 additions and 2 deletions

View file

@ -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(

View file

@ -48,7 +48,6 @@ from litellm.types.router import (
Deployment,
DeploymentTypedDict,
LiteLLMParamsTypedDict,
ModelGroupInfo,
updateDeployment,
)
from litellm.utils import get_utc_datetime