From 14c5665820c67c0a865444aafffbcecc1eef42fa Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 8 Nov 2025 09:29:50 -0800 Subject: [PATCH] fix remove unused var --- litellm/llms/anthropic/chat/transformation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/llms/anthropic/chat/transformation.py b/litellm/llms/anthropic/chat/transformation.py index 96e0acfb443..ced5a089fcc 100644 --- a/litellm/llms/anthropic/chat/transformation.py +++ b/litellm/llms/anthropic/chat/transformation.py @@ -33,7 +33,6 @@ from litellm.types.llms.anthropic import ( AnthropicThinkingParam, AnthropicWebSearchTool, AnthropicWebSearchUserLocation, - AnthropicMemoryTool, ) from litellm.types.llms.openai import ( REASONING_EFFORT,