We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d11be commit ecd8395Copy full SHA for ecd8395
openapi_python_client/parser/openapi.py
@@ -234,7 +234,7 @@ def parse_request_binary_body(
234
"""Return binary_body"""
235
binary_body = None
236
for content_type, schema in body.content.items():
237
- parsed_content_type = get_content_type(content_type) # noqa: PLW2901
+ parsed_content_type = get_content_type(content_type)
238
239
if parsed_content_type == "application/octet-stream":
240
binary_body = schema
0 commit comments