mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
fix code qa check
This commit is contained in:
parent
12b16c1f0c
commit
b83fbe6896
2 changed files with 0 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@ from litellm.types.router import (
|
|||
Deployment,
|
||||
DeploymentTypedDict,
|
||||
LiteLLMParamsTypedDict,
|
||||
ModelGroupInfo,
|
||||
updateDeployment,
|
||||
)
|
||||
from litellm.utils import get_utc_datetime
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue