From f27ce1ae8814afeaebed95b7fbc376907d9afd02 Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Mon, 15 Dec 2025 12:02:23 +0530 Subject: [PATCH] Fix: lint error --- litellm/llms/vertex_ai/ocr/common_utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/litellm/llms/vertex_ai/ocr/common_utils.py b/litellm/llms/vertex_ai/ocr/common_utils.py index 8a11b0395d8..dc2c07420bf 100644 --- a/litellm/llms/vertex_ai/ocr/common_utils.py +++ b/litellm/llms/vertex_ai/ocr/common_utils.py @@ -7,8 +7,6 @@ based on the model name. from typing import TYPE_CHECKING, Optional -from litellm._logging import verbose_logger - if TYPE_CHECKING: from litellm.llms.base_llm.ocr.transformation import BaseOCRConfig