Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace @asyncio.coroutine decorator with async def
In Python 3.11 @asyncio.coroutine decorator was removed and it should be replaced with async def call. Fixes: aio-libs#280
- Loading branch information