Skip to content

Commit

Permalink
Fix openapi_types generation error (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
lspvic authored and wing328 committed Nov 15, 2018
1 parent 8d95422 commit dc3a3dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class {{classname}}(Model):
"""
self.openapi_types = {
{{#vars}}
'{{name}}': '{{{dataType}}}'{{#hasMore}},{{/hasMore}}
'{{name}}': {{{dataType}}}{{#hasMore}},{{/hasMore}}
{{/vars}}
}

Expand Down

0 comments on commit dc3a3dd

Please sign in to comment.