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