Skip to content

Commit 607cb83

Browse files
committed
fixed blank space issue and updated samples
1 parent 2765d61 commit 607cb83

File tree

82 files changed

+80
-26
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+80
-26
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import re # noqa: F401
77

88
import six
99

10+
1011
{{#models}}
1112
{{#model}}
1213
class {{classname}}(object):

samples/client/petstore/python-asyncio/petstore_api/models/additional_properties_class.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import six
1818

19+
1920
class AdditionalPropertiesClass(object):
2021
"""NOTE: This class is auto generated by the swagger code generator program.
2122

samples/client/petstore/python-asyncio/petstore_api/models/animal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import six
1818

19+
1920
class Animal(object):
2021
"""NOTE: This class is auto generated by the swagger code generator program.
2122

samples/client/petstore/python-asyncio/petstore_api/models/animal_farm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import six
1818

19+
1920
class AnimalFarm(object):
2021
"""NOTE: This class is auto generated by the swagger code generator program.
2122

samples/client/petstore/python-asyncio/petstore_api/models/api_response.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import six
1818

19+
1920
class ApiResponse(object):
2021
"""NOTE: This class is auto generated by the swagger code generator program.
2122

samples/client/petstore/python-asyncio/petstore_api/models/array_of_array_of_number_only.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import six
1818

19+
1920
class ArrayOfArrayOfNumberOnly(object):
2021
"""NOTE: This class is auto generated by the swagger code generator program.
2122

samples/client/petstore/python-asyncio/petstore_api/models/array_of_number_only.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import six
1818

19+
1920
class ArrayOfNumberOnly(object):
2021
"""NOTE: This class is auto generated by the swagger code generator program.
2122

samples/client/petstore/python-asyncio/petstore_api/models/array_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import six
1818

19+
1920
class ArrayTest(object):
2021
"""NOTE: This class is auto generated by the swagger code generator program.
2122

samples/client/petstore/python-asyncio/petstore_api/models/capitalization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import six
1818

19+
1920
class Capitalization(object):
2021
"""NOTE: This class is auto generated by the swagger code generator program.
2122

samples/client/petstore/python-asyncio/petstore_api/models/cat.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616

1717
import six
1818

19-
class Cat(Animal):
19+
20+
class Cat(object):
2021
"""NOTE: This class is auto generated by the swagger code generator program.
2122
2223
Do not edit the class manually.

0 commit comments

Comments
 (0)