We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ModelProperty
1 parent 8978e6c commit f1ca683Copy full SHA for f1ca683
openapi_python_client/parser/properties/model_property.py
@@ -111,8 +111,6 @@ def get_type_string(
111
if model_parent:
112
if type_string == model_parent.class_info.name:
113
type_string = f"'{type_string}'"
114
- if type_string == f"List[{model_parent.class_info.name}]":
115
- type_string = f"List['{model_parent.class_info.name}']"
116
117
if type_string == self.class_info.name:
118
0 commit comments