style(tests): drop extra blank line in anthropic backend test

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Aakash Kattelu 2026-07-31 13:02:50 -07:00
parent 481e665345
commit fec7941bb0
1 changed files with 0 additions and 1 deletions

View File

@ -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