Skip to content

Commit 6b9d7ad

Browse files
pre-commit-ci[bot]commonism
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.ci hooks
1 parent 13f06be commit 6b9d7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiopenapi3/v30/formdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def encode_content(data: bytes, codec: str) -> bytes:
126126

127127

128128
def encode_multipart_parameters(
129-
fields: list[tuple[str, str, Union[str, bytes], dict[str, str], "SchemaType"]]
129+
fields: list[tuple[str, str, Union[str, bytes], dict[str, str], "SchemaType"]],
130130
) -> MIMEMultipart:
131131
"""
132132
As shown in

0 commit comments

Comments
 (0)