Skip to content

Commit 61fe648

Browse files
committed
Fix indent of _transform macro in list_property.py.jinja
1 parent 9a78500 commit 61fe648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: openapi_python_client/templates/property_templates/list_property.py.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if not isinstance({{ source }}, Unset):
6060
{% else %}
6161
{{ destination }}: {{ type_string }} = UNSET
6262
if not isinstance({{ source }}, Unset):
63-
{{ _transform(property, source, destination, True, "to_dict") | indent(4)}}
63+
{{ _transform(property, source, destination, True, "to_dict") | indent(4)}}
6464
{% endif %}
6565
{% endmacro %}
6666

0 commit comments

Comments
 (0)