format by black

This commit is contained in:
Mai Nakagawa 2026-04-10 15:18:32 +09:00
parent ec16fb7da6
commit 2bdcd9c237
No known key found for this signature in database
GPG key ID: D0D676E60A6D4042

View file

@ -151,7 +151,9 @@ def test_google_generate_content_with_system_instruction():
"/v1beta/models/gemini-2.5-pro:generateContent",
json={
"systemInstruction": system_instruction,
"contents": [{"parts": [{"text": "What is your name?"}], "role": "user"}],
"contents": [
{"parts": [{"text": "What is your name?"}], "role": "user"}
],
},
)