mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
Update key_management_endpoints.py
This commit is contained in:
parent
6ba077593f
commit
1ce21d1f58
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ import json
|
|||
import secrets
|
||||
import traceback
|
||||
from datetime import datetime, timedelta, timezone
|
||||
from typing import List, Literal, Optional, Tuple, cast, Set
|
||||
from typing import List, Literal, Optional, Tuple, cast
|
||||
|
||||
import fastapi
|
||||
from fastapi import APIRouter, Depends, Header, HTTPException, Query, Request, status
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue