Skip to content

Commit faaaae0

Browse files
committed
style: appease linter
Signed-off-by: Samantha Coyle <sam@diagrid.io>
1 parent 65aaca9 commit faaaae0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/clients/test_conversation.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,9 @@ def test_converse_alpha2_passes_response_format_on_request(self):
12621262
user_message = create_user_message('Structured output please')
12631263
input_alpha2 = ConversationInputAlpha2(messages=[user_message])
12641264
response_format = Struct()
1265-
response_format.update({'type': 'json_schema', 'json_schema': {'name': 'test', 'schema': {}}})
1265+
response_format.update(
1266+
{'type': 'json_schema', 'json_schema': {'name': 'test', 'schema': {}}}
1267+
)
12661268

12671269
captured_requests = []
12681270
mock_choice_msg = Mock()

0 commit comments

Comments
 (0)