mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix(__init__.py): fix linting error
This commit is contained in:
parent
ccd10b07a8
commit
eae5b3ce50
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
### INIT VARIABLES ###
|
||||
import threading, requests
|
||||
from typing import Callable, List, Optional, Dict, Union
|
||||
from typing import Callable, List, Optional, Dict, Union, Any
|
||||
from litellm.caching import Cache
|
||||
import httpx
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue