Skip to content

Commit cf71115

Browse files
author
Alfonso Tankia
committed
Fix
1 parent f2bd7ee commit cf71115

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openapi_python_client/parser/responses.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,15 @@ def response_from_data(
6060
empty_response(status_code, response_name),
6161
schemas,
6262
)
63+
6364
prop, schemas = property_from_data(
6465
name=response_name,
6566
required=True,
6667
data=schema_data,
6768
schemas=schemas,
6869
parent_name=parent_name,
6970
)
71+
7072
if isinstance(prop, PropertyError):
7173
return prop, schemas
7274

0 commit comments

Comments
 (0)