[python-nextgen] Fix noqa: E501 position (#16280)

* Fix `noqa: E501` position

Signed-off-by: ふぁ <yuki@yuki0311.com>

* [python-nextgen] update samples

Signed-off-by: ふぁ <yuki@yuki0311.com>

---------

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ
2023-08-08 21:42:12 +09:00
committed by GitHub
parent 7703560e73
commit f3b930c48c
211 changed files with 428 additions and 428 deletions

View File

@@ -4,7 +4,7 @@
{{/appName}} {{/appName}}
{{#appDescription}} {{#appDescription}}
{{{.}}} # noqa: E501 {{{.}}}
{{/appDescription}} {{/appDescription}}
{{#version}} {{#version}}
@@ -16,4 +16,4 @@
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501

View File

@@ -47,8 +47,8 @@ setup(
{{#licenseInfo}}license="{{.}}", {{#licenseInfo}}license="{{.}}",
{{/licenseInfo}}long_description_content_type='text/markdown', {{/licenseInfo}}long_description_content_type='text/markdown',
long_description="""\ long_description="""\
{{appDescription}} # noqa: E501 {{appDescription}}
""", """, # noqa: E501
package_data={"{{{packageName}}}": ["py.typed"]}, package_data={"{{{packageName}}}": ["py.typed"]},
) )
{{/-last}} {{/-last}}

View File

@@ -5,14 +5,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
__version__ = "1.0.0" __version__ = "1.0.0"

View File

@@ -3,14 +3,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import re # noqa: F401 import re # noqa: F401

View File

@@ -3,14 +3,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import re # noqa: F401 import re # noqa: F401

View File

@@ -3,14 +3,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import re # noqa: F401 import re # noqa: F401

View File

@@ -3,14 +3,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import re # noqa: F401 import re # noqa: F401

View File

@@ -3,14 +3,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import re # noqa: F401 import re # noqa: F401

View File

@@ -3,14 +3,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import atexit import atexit

View File

@@ -3,14 +3,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import copy import copy

View File

@@ -3,14 +3,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
class OpenApiException(Exception): class OpenApiException(Exception):

View File

@@ -4,14 +4,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
# import models into model package # import models into model package

View File

@@ -3,14 +3,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,14 +3,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,14 +3,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,14 +3,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,14 +3,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,14 +3,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,14 +3,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,14 +3,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import json import json

View File

@@ -3,14 +3,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,14 +3,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,14 +3,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,14 +3,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import io import io

View File

@@ -3,14 +3,14 @@
""" """
Echo Server API Echo Server API
Echo Server API # noqa: E501 Echo Server API
The version of the OpenAPI document: 0.1.0 The version of the OpenAPI document: 0.1.0
Contact: team@openapitools.org Contact: team@openapitools.org
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from setuptools import setup, find_packages # noqa: H301 from setuptools import setup, find_packages # noqa: H301
@@ -45,7 +45,7 @@ setup(
license="Apache 2.0", license="Apache 2.0",
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
long_description="""\ long_description="""\
Echo Server API # noqa: E501 Echo Server API
""", """, # noqa: E501
package_data={"openapi_client": ["py.typed"]}, package_data={"openapi_client": ["py.typed"]},
) )

View File

@@ -5,13 +5,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
__version__ = "1.0.0" __version__ = "1.0.0"

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import re # noqa: F401 import re # noqa: F401

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import re # noqa: F401 import re # noqa: F401

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import re # noqa: F401 import re # noqa: F401

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import re # noqa: F401 import re # noqa: F401

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import re # noqa: F401 import re # noqa: F401

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import re # noqa: F401 import re # noqa: F401

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import re # noqa: F401 import re # noqa: F401

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import atexit import atexit

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import copy import copy

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
class OpenApiException(Exception): class OpenApiException(Exception):

View File

@@ -4,13 +4,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
# import models into model package # import models into model package

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import json import json

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import json import json

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import json import json

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import json import json

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import json import json

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import json import json

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
import json import json

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

View File

@@ -3,13 +3,13 @@
""" """
OpenAPI Petstore OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
The version of the OpenAPI document: 1.0.0 The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.
""" """ # noqa: E501
from __future__ import annotations from __future__ import annotations

Some files were not shown because too many files have changed in this diff Show More