mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 08:31:23 +00:00
Fix syntax error in from_dict call (#16000)
This commit is contained in:
@@ -279,7 +279,7 @@ class {{classname}}({{#parent}}{{{.}}}{{/parent}}{{^parent}}BaseModel{{/parent}}
|
||||
else None
|
||||
)
|
||||
for _k, _v in obj.get("{{{baseName}}}").items()
|
||||
)
|
||||
){{^-last}},{{/-last}}
|
||||
{{/items.isArray}}
|
||||
{{/items.isContainer}}
|
||||
{{^items.isContainer}}
|
||||
|
||||
Reference in New Issue
Block a user