fix(__init__.py): fix linting error

This commit is contained in:
Krrish Dholakia 2023-12-01 20:08:08 -08:00
parent ccd10b07a8
commit eae5b3ce50

View file

@ -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