forked from loafle/openapi-generator-original
[Python] fix model.mustache import (#10988)
* fix model.mustache import * add samples file change Co-authored-by: jiangyuan04 <jiangyuan04@baidu.com>
This commit is contained in:
@@ -16,8 +16,8 @@ from {{packageName}}.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from {{packageName}}.exceptions import ApiAttributeError
|
||||
|
||||
{{#models}}
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@ from petstore_api.model_utils import ( # noqa: F401
|
||||
file_type,
|
||||
none_type,
|
||||
validate_get_composed_info,
|
||||
OpenApiModel
|
||||
)
|
||||
from ..model_utils import OpenApiModel
|
||||
from petstore_api.exceptions import ApiAttributeError
|
||||
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user