[python] asyncio supports _preload_content; remove unsed imports (#107)

* chore: update python samples

* feat: python/asyncio support for _preload_content

* feat: remove unused imports from python clients; fix discriminator
This commit is contained in:
Tomasz Prus
2018-05-24 17:10:07 +02:00
committed by William Cheng
parent 76b7307a6e
commit 7184f1ec68
31 changed files with 44 additions and 66 deletions

View File

@@ -419,7 +419,7 @@ Name | Type | Description | Notes
**enum_query_string** | **str**| Query parameter enum test (string) | [optional] [default to '-efg']
**enum_query_integer** | **int**| Query parameter enum test (double) | [optional]
**enum_query_double** | **float**| Query parameter enum test (double) | [optional]
**enum_form_string_array** | **list[str]**| Form parameter enum test (string array) | [optional] [default to '$']
**enum_form_string_array** | [**list[str]**](str.md)| Form parameter enum test (string array) | [optional] [default to '$']
**enum_form_string** | **str**| Form parameter enum test (string) | [optional] [default to '-efg']
### Return type