From a5458a6d179301d9d9daa45dcf36f16dc93defe0 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Tue, 20 Jan 2026 17:13:53 -0800 Subject: [PATCH] fix code QA --- litellm/llms/anthropic/common_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/llms/anthropic/common_utils.py b/litellm/llms/anthropic/common_utils.py index 18b56c199f1..cb23d21fbc9 100644 --- a/litellm/llms/anthropic/common_utils.py +++ b/litellm/llms/anthropic/common_utils.py @@ -7,7 +7,6 @@ from typing import Dict, List, Optional, Union import httpx import litellm -from litellm._logging import verbose_proxy_logger from litellm.litellm_core_utils.prompt_templates.common_utils import ( get_file_ids_from_messages, )