Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.ci hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and commonism committed Apr 5, 2023
1 parent 0cc90e3 commit 66cf55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiopenapi3/v30/formdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def encode_multipart_parameters(fields: List[Tuple[str, str, Union[str, bytes],
"""
m = MIMEMultipart()

for (field, ct, value, headers, schema) in fields:
for field, ct, value, headers, schema in fields:
type, subtype, params = decode_content_type(ct)

if type in ["image", "audio", "application"]:
Expand Down

0 comments on commit 66cf55a

Please sign in to comment.