Skip to content

Commit 9ef7962

Browse files
authored
chore: Remove residual code
1 parent 6aecf6c commit 9ef7962

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openapi_python_client/parser/properties/model_property.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class ModelProperty(Property):
2727
template: ClassVar[str] = "model_property.py.jinja"
2828
json_is_dict: ClassVar[bool] = True
2929
is_multipart_body: bool = False
30-
is_form_body: bool = False
3130

3231
def get_base_type_string(self) -> str:
3332
return self.class_info.name

0 commit comments

Comments
 (0)