Skip to content

Commit c6dd04b

Browse files
committed
Remove unused code
1 parent 0ef0397 commit c6dd04b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

openapi_core/schema/schemas.py

-5
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,3 @@ def get_all_properties(schema):
1010
properties_dict.update(subschema_props)
1111

1212
return properties_dict
13-
14-
15-
def get_all_properties_names(schema):
16-
all_properties = get_all_properties(schema)
17-
return set(all_properties.keys())

0 commit comments

Comments
 (0)