mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 09:13:23 +00:00
Aiohttp expects an awaitable instance to be returned from `ClientSession._request` though `asyncio.coroutine` decorated function do not implement `__await__`. By changing the syntax and dropping Python 3.4 support we fix this issue.
725 B
725 B