Skip to content

Commit 7a6b3bb

Browse files
committed
style: run autoformat.sh on test file
1 parent 64ddde2 commit 7a6b3bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/unittests/models/test_anthropic_llm.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,9 +1369,7 @@ async def test_generate_content_async_none_system_instruction_non_streaming():
13691369
mock_message = anthropic_types.Message(
13701370
id="msg_test_no_sys",
13711371
content=[
1372-
anthropic_types.TextBlock(
1373-
text="Hello!", type="text", citations=None
1374-
)
1372+
anthropic_types.TextBlock(text="Hello!", type="text", citations=None)
13751373
],
13761374
model="claude-sonnet-4-20250514",
13771375
role="assistant",

0 commit comments

Comments
 (0)