File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,11 @@ import pprint
6
6
import re # noqa: F401
7
7
8
8
import six
9
- { {#imports} }{ {#@first} }
10
- { {/@first} }
11
- { {import} } # noqa: F401,E501
12
- { {/imports} }
13
9
14
10
15
11
{ {#models} }
16
12
{ {#model} }
17
- class { {classname} }({ {#parent } } { {parent } } { {/parent } } { {^parent } } object{ {/parent } } ):
13
+ class { {classname} }(object):
18
14
"""NOTE: This class is auto generated by the swagger code generator program.
19
15
20
16
Do not edit the class manually.
Original file line number Diff line number Diff line change @@ -6,15 +6,11 @@ import pprint
6
6
import re # noqa: F401
7
7
8
8
import six
9
- { {#imports} }{ {#-first} }
10
- { {/-first} }
11
- { {import} } # noqa: F401,E501
12
- { {/imports} }
13
9
14
10
15
11
{ {#models} }
16
12
{ {#model} }
17
- class { {classname} }({ {#parent } } { {parent } } { {/parent } } { {^parent } } object{ {/parent } } ):
13
+ class { {classname} }(object):
18
14
"""NOTE: This class is auto generated by the swagger code generator program.
19
15
20
16
Do not edit the class manually.
You can’t perform that action at this time.
0 commit comments