From 29dc67a2aa7eb588b1d7dfdf7d4e9eae4ba2294f Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 6 Mar 2025 06:42:26 -0800 Subject: [PATCH] test fix anthopic completion --- tests/llm_translation/test_anthropic_completion.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/llm_translation/test_anthropic_completion.py b/tests/llm_translation/test_anthropic_completion.py index e95115bed3..baa1103593 100644 --- a/tests/llm_translation/test_anthropic_completion.py +++ b/tests/llm_translation/test_anthropic_completion.py @@ -29,7 +29,6 @@ from litellm import ( AnthropicConfig, Router, adapter_completion, - AnthropicExperimentalPassThroughConfig, ) from litellm.adapters.anthropic_adapter import anthropic_adapter from litellm.types.llms.anthropic import AnthropicResponse