fix import

This commit is contained in:
Otavio Brito 2025-10-05 20:59:51 -03:00
parent acf8ec5b3c
commit 80edf70206

View file

@ -23,9 +23,6 @@ from .transformation import (
transform_openai_messages_to_gemini_context_caching,
)
from litellm.types.llms.vertex_ai import *
local_cache_obj = Cache(
type=LiteLLMCacheType.LOCAL
) # only used for calling 'get_cache_key' function