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 dae16bc commit 4af794bCopy full SHA for 4af794b
modules/swagger-codegen/src/main/resources/python/model.mustache
@@ -9,7 +9,7 @@ import six
9
10
{{#models}}
11
{{#model}}
12
-class {{classname}}({{#parent}}{{parent}}{{/parent}}{{^parent}}object{{/parent}}):
+class {{classname}}(object):
13
"""NOTE: This class is auto generated by the swagger code generator program.
14
15
Do not edit the class manually.
0 commit comments