Skip to content

Commit 4af794b

Browse files
committed
removed no defined parebt
1 parent dae16bc commit 4af794b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swagger-codegen/src/main/resources/python/model.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import six
99

1010
{{#models}}
1111
{{#model}}
12-
class {{classname}}({{#parent}}{{parent}}{{/parent}}{{^parent}}object{{/parent}}):
12+
class {{classname}}(object):
1313
"""NOTE: This class is auto generated by the swagger code generator program.
1414

1515
Do not edit the class manually.

0 commit comments

Comments
 (0)