From fec7941bb0be96147746f1aab1ba6363da62d0a5 Mon Sep 17 00:00:00 2001 From: Aakash Kattelu Date: Fri, 31 Jul 2026 13:02:50 -0700 Subject: [PATCH] style(tests): drop extra blank line in anthropic backend test Co-Authored-By: Claude Fable 5 --- tests/llm/test_backends/test_anthropic.py | 1 - 1 file changed, 1 deletion(-) 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