Skip to content

Commit 1ff86bc

Browse files
magicmarkclaude
andcommitted
Fix black formatting in test_aiohttp_multipart.py
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0a0f558 commit 1ff86bc

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tests/test_aiohttp_multipart.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -488,11 +488,7 @@ async def test_aiohttp_multipart_empty_content_type_skipped(multipart_server):
488488
book1_payload = json.dumps({"payload": {"data": {"book": book1}}})
489489

490490
parts = [
491-
(
492-
"--graphql\r\n"
493-
"\r\n"
494-
"\r\n"
495-
),
491+
("--graphql\r\n" "\r\n" "\r\n"),
496492
(
497493
"--graphql\r\n"
498494
"Content-Type: application/json\r\n"

0 commit comments

Comments
 (0)