Christian Clauss
|
1012721d2d
|
Upgrade isort==5.9.1 (#1388)
* Upgrade isort==5.9.1
* isort --thirdparty connexion,aiohttp ./tests
* isort --thirdparty aiohttp,connexion --check-only --diff .
* cd tests before running isort
|
2021-07-07 12:43:36 +02:00 |
|
Christian Clauss
|
6c4f99051d
|
Upgrade syntax for Python >= 3.6 (#1383)
* pyupgrade --py36-plus **/*.py
* Fix indentation
* Fix indentation
|
2021-07-04 20:04:22 +02:00 |
|
Robbe Sneyders
|
fb44e6acb4
|
Fix import order for isort
|
2021-06-25 13:08:46 +02:00 |
|
Sławomir Zborowski
|
bed4b95205
|
#1182 get rid of @asyncio.coroutine (deprecated in Python 3.8) (#1186)
Signed-off-by: Sławomir Zborowski <slawomir.zborowski@nokia.com>
|
2020-04-25 16:30:21 +02:00 |
|
Jyhess
|
db4459fa20
|
Datetime serialization (#851)
* Add datetime and uuid serialization for AioHttp
* Remove ujson dependency
* fix merge error
* Retry CI
* remove bad jsonifier import
* remove ujson import
|
2019-12-03 05:23:36 +01:00 |
|