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.
1 parent 6aecf6c commit 9ef7962Copy full SHA for 9ef7962
openapi_python_client/parser/properties/model_property.py
@@ -27,7 +27,6 @@ class ModelProperty(Property):
27
template: ClassVar[str] = "model_property.py.jinja"
28
json_is_dict: ClassVar[bool] = True
29
is_multipart_body: bool = False
30
- is_form_body: bool = False
31
32
def get_base_type_string(self) -> str:
33
return self.class_info.name
0 commit comments