Skip to content

Commit 5162e2f

Browse files
committed
updated asyncio petstore sample
1 parent 6fe2263 commit 5162e2f

37 files changed

+1
-56
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.3-SNAPSHOT
1+
2.4.9-SNAPSHOT

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

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

1717
import six
1818

19-
2019
class AdditionalPropertiesClass(object):
2120
"""NOTE: This class is auto generated by the swagger code generator program.
2221

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

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

1717
import six
1818

19-
2019
class Animal(object):
2120
"""NOTE: This class is auto generated by the swagger code generator program.
2221

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
import six
1818

19-
from petstore_api.models.animal import Animal # noqa: F401,E501
20-
21-
2219
class AnimalFarm(object):
2320
"""NOTE: This class is auto generated by the swagger code generator program.
2421

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

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

1717
import six
1818

19-
2019
class ApiResponse(object):
2120
"""NOTE: This class is auto generated by the swagger code generator program.
2221

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

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

1717
import six
1818

19-
2019
class ArrayOfArrayOfNumberOnly(object):
2120
"""NOTE: This class is auto generated by the swagger code generator program.
2221

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

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

1717
import six
1818

19-
2019
class ArrayOfNumberOnly(object):
2120
"""NOTE: This class is auto generated by the swagger code generator program.
2221

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
import six
1818

19-
from petstore_api.models.read_only_first import ReadOnlyFirst # noqa: F401,E501
20-
21-
2219
class ArrayTest(object):
2320
"""NOTE: This class is auto generated by the swagger code generator program.
2421

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

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

1717
import six
1818

19-
2019
class Capitalization(object):
2120
"""NOTE: This class is auto generated by the swagger code generator program.
2221

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
import six
1818

19-
from petstore_api.models.animal import Animal # noqa: F401,E501
20-
21-
2219
class Cat(Animal):
2320
"""NOTE: This class is auto generated by the swagger code generator program.
2421

0 commit comments

Comments
 (0)