style(tests): drop extra blank line in anthropic backend test
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
481e665345
commit
fec7941bb0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue