Commit Graph

1 Commits

Author SHA1 Message Date
Paul Wouters 5ea8782a67
- Fix calls with deprecated parameters in Python 3.10
Fix deprecated asyncio.gather() and asyncio.sleep() calls on python3.10:
   TypeError: gather() got an unexpected keyword argument 'loop'

backport of https://github.com/aio-libs/aiohttp/commit/a341986d
2022-05-20 12:33:55 -07:00