Update utils.py

This commit is contained in:
Jung Min O 2023-10-22 05:50:28 +09:00 committed by GitHub
parent 808e3bb9d5
commit 45fbe92dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -709,7 +709,6 @@ async def request_body_to_args(
continue
if (
value is None
or (isinstance(field_info, params.Form) and value == "")
or (
isinstance(field_info, params.Form)
and is_sequence_field(field)