Skip to content

Commit 5b7fa14

Browse files
committed
missed a task check
1 parent 323e71a commit 5b7fa14

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
@@ -254,7 +254,7 @@ def _add_body(
254254

255255
if isinstance(body, ParseError):
256256
property_type = property_name
257-
if property_type.endswith('_body'):
257+
if property_type.endswith("_body"):
258258
property_type = property_type[:-5]
259259
return (
260260
ParseError(

0 commit comments

Comments
 (0)