Upgrade to latest Black, closes #2239

This commit is contained in:
Simon Willison 2024-01-30 19:55:26 -08:00
commit 5c64af6936
16 changed files with 93 additions and 66 deletions

View file

@ -279,9 +279,11 @@ async def test_insert_or_upsert_row_errors(
json=input,
headers={
"Authorization": "Bearer {}".format(token),
"Content-Type": "text/plain"
if special_case == "invalid_content_type"
else "application/json",
"Content-Type": (
"text/plain"
if special_case == "invalid_content_type"
else "application/json"
),
},
)