diff --git a/tests/llm/test_backends/test_anthropic.py b/tests/llm/test_backends/test_anthropic.py index 365ac01c..a226f626 100644 --- a/tests/llm/test_backends/test_anthropic.py +++ b/tests/llm/test_backends/test_anthropic.py @@ -430,7 +430,6 @@ async def test_anthropic_backend_stream_no_prefill_when_tools_present() -> None: client = Mock() client.messages.stream = Mock(return_value=_FakeStream()) - backend = AnthropicBackend(client) chunks = [ chunk