Skip to content

Commit ecd8395

Browse files
committed
remove extra comment
1 parent c7d11be commit ecd8395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi_python_client/parser/openapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def parse_request_binary_body(
234234
"""Return binary_body"""
235235
binary_body = None
236236
for content_type, schema in body.content.items():
237-
parsed_content_type = get_content_type(content_type) # noqa: PLW2901
237+
parsed_content_type = get_content_type(content_type)
238238

239239
if parsed_content_type == "application/octet-stream":
240240
binary_body = schema

0 commit comments

Comments
 (0)