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 c858ee9 commit 0e0525bCopy full SHA for 0e0525b
openapi_python_client/templates/property_templates/union_property.pyi
@@ -45,7 +45,7 @@ else:
45
{% endif %}
46
{% if inner_property.template %}
47
{% from "property_templates/" + inner_property.template import transform %}
48
- {{ transform(inner_property, source, destination) | indent(8) }}
+ {{ transform(inner_property, source, destination) | indent(4) }}
49
{% else %}
50
{{ destination }} = {{ source }}
51
0 commit comments