fix imports

This commit is contained in:
Ishaan Jaff 2025-04-23 16:25:37 -07:00
parent 8777e38880
commit cc7a2bfa50

View file

@ -11,7 +11,7 @@ import litellm
from litellm._logging import print_verbose, verbose_logger
from litellm.caching.caching import DualCache
from litellm.llms.custom_httpx.http_handler import HTTPHandler
from litellm_proxy._types import KeyManagementSystem
from litellm.types.utils import KeyManagementSystem
oidc_cache = DualCache()