We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ddde2 commit 7a6b3bbCopy full SHA for 7a6b3bb
tests/unittests/models/test_anthropic_llm.py
@@ -1369,9 +1369,7 @@ async def test_generate_content_async_none_system_instruction_non_streaming():
1369
mock_message = anthropic_types.Message(
1370
id="msg_test_no_sys",
1371
content=[
1372
- anthropic_types.TextBlock(
1373
- text="Hello!", type="text", citations=None
1374
- )
+ anthropic_types.TextBlock(text="Hello!", type="text", citations=None)
1375
],
1376
model="claude-sonnet-4-20250514",
1377
role="assistant",
0 commit comments