mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix settings endpoints code qa
This commit is contained in:
parent
c1566ee10a
commit
aaa2a41e4d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#### CRUD ENDPOINTS for UI Settings #####
|
#### CRUD ENDPOINTS for UI Settings #####
|
||||||
from typing import Any, Dict, List, Optional
|
from typing import List
|
||||||
|
|
||||||
from fastapi import APIRouter, Depends, HTTPException
|
from fastapi import APIRouter, Depends, HTTPException
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue