Skip to content

Commit 43e3ed5

Browse files
authored
chore: Remove comment
1 parent 85ab971 commit 43e3ed5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openapi_python_client/templates/model.py.jinja

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ class {{ class_name }}:
6868
{% for property in model.required_properties + model.optional_properties %}
6969
{% if property.template %}
7070
{% from "property_templates/" + property.template import transform %}
71-
{# Stopped here #}
7271
{{ transform(property, "self." + property.python_name, property.python_name, multipart=multipart) }}
7372
{% elif multipart %}
7473
{{ property.python_name }} = self.{{ property.python_name }} if self.{{ property.python_name }} is UNSET else (None, str(self.{{ property.python_name }}).encode(), "text/plain")

0 commit comments

Comments
 (0)