Skip to content

Commit 198f654

Browse files
committed
Fix indent of _transform macro in list_property.py.jinja
1 parent 73f92ea commit 198f654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi_python_client/templates/property_templates/list_property.py.jinja

Lines changed: 1 addition & 1 deletion
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)