Skip to content

Commit 2a89472

Browse files
committed
fix: only unset?
1 parent b16f7ef commit 2a89472

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/python/model_generic.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ class {{classname}}({{#parent}}{{{.}}}{{/parent}}{{^parent}}BaseModel{{/parent}}
125125
},
126126
exclude_none=True,
127127
exclude_unset=True,
128-
exclude_defaults=True,
129128
)
130129
{{#allVars}}
131130
{{#isContainer}}

0 commit comments

Comments
 (0)