From 80edf7020693ce8d8748462a465df6864f71a737 Mon Sep 17 00:00:00 2001 From: Otavio Brito Date: Sun, 5 Oct 2025 20:59:51 -0300 Subject: [PATCH] fix import --- .../vertex_ai/context_caching/vertex_ai_context_caching.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/litellm/llms/vertex_ai/context_caching/vertex_ai_context_caching.py b/litellm/llms/vertex_ai/context_caching/vertex_ai_context_caching.py index d8e36471ae5..1747f2f67ab 100644 --- a/litellm/llms/vertex_ai/context_caching/vertex_ai_context_caching.py +++ b/litellm/llms/vertex_ai/context_caching/vertex_ai_context_caching.py @@ -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