[python-nextgen] fix #16010 circular refs lead to no imports (#16199)

* [python-nextgen] fix #16010 circular refs lead to no imports

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

* [python-nextgen] update samples

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

* [python-nextgen] remove unnecessary Postponed annotations

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

* [python-nextgen] update samples

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

* [python-nextgen] remove unnecessary Postponed annotations

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

* [python-nextgen] update samples

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-07-30 01:42:46 +09:00
committed by GitHub
parent d41fe12c1f
commit 48ff57b4f6
160 changed files with 342 additions and 8 deletions

View File

@@ -52,6 +52,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -116,6 +117,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -180,6 +182,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -243,6 +246,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -310,6 +314,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -378,6 +383,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes
@@ -442,6 +448,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
This endpoint does not need any parameter.
@@ -504,6 +511,7 @@ async with petstore_api.ApiClient(configuration) as api_client:
```
### Parameters
Name | Type | Description | Notes