Skip to content

Commit 43d1ca2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent aab1736 commit 43d1ca2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

aiohttp/multipart.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,9 @@ async def as_bytes(self, encoding: str = "utf-8", errors: str = "strict") -> byt
10321032

10331033
return b"".join(parts)
10341034

1035-
async def write(self, writer: AbstractStreamWriter, close_boundary: bool = True) -> None:
1035+
async def write(
1036+
self, writer: AbstractStreamWriter, close_boundary: bool = True
1037+
) -> None:
10361038
"""Write body."""
10371039
for part, encoding, te_encoding in self._parts:
10381040
if self._is_form_data:

0 commit comments

Comments
 (0)