Skip to content

Commit 41409a6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4d1ee09 commit 41409a6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_multipart.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,9 @@ async def test_writer_write(
11121112
) == bytes(buf)
11131113

11141114

1115-
async def test_writer_write_no_close_boundary(buf: bytearray, stream: AbstractStreamWriter) -> None:
1115+
async def test_writer_write_no_close_boundary(
1116+
buf: bytearray, stream: AbstractStreamWriter
1117+
) -> None:
11161118
writer = aiohttp.MultipartWriter(boundary=":")
11171119
writer.append("foo-bar-baz")
11181120
writer.append_json({"test": "passed"})

0 commit comments

Comments
 (0)