mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
fix(main.py): fix linting errors
This commit is contained in:
parent
496dd9297e
commit
f20820fd00
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ from .exceptions import (
|
|||
APIError,
|
||||
BudgetExceededError
|
||||
)
|
||||
from typing import cast, List, Dict, Union, Optional, Literal, TypedDict, Required
|
||||
from typing import cast, List, Dict, Union, Optional, Literal
|
||||
from .caching import Cache
|
||||
|
||||
####### ENVIRONMENT VARIABLES ####################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue