You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module cached_property.py, function wrapper, declared in line 42, uses decorator @asyncio.coroutine.
It seems that the asyncio @coroutine decorator is deprecated since Python 3.8.
Please use async def instead.
Source code should be modified to look like:
Module cached_property.py, function
wrapper
, declared in line 42, uses decorator@asyncio.coroutine
.It seems that the asyncio
@coroutine
decorator is deprecated since Python 3.8.Please use
async def
instead.Source code should be modified to look like:
The text was updated successfully, but these errors were encountered: