Skip to content

Commit 0c56ef1

Browse files
Update after review
1 parent 93e20d9 commit 0c56ef1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sphinxcontrib/openapi/openapi30.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@ def _parse_schema(schema, method):
123123
return [_parse_schema(schema['items'], method)]
124124

125125
if schema_type == 'object':
126-
if 'example' in schema:
127-
example = schema.get('example')
128-
return example
129-
130126
if method and 'properties' in schema and \
131127
all(v.get('readOnly', False)
132128
for v in schema['properties'].values()):

0 commit comments

Comments
 (0)