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
root/.local/share/virtualenvs/app-ueEJiAOq/lib/python3.8/site-packages/aiomysql/pool.py:46: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
self._cond = asyncio.Condition(loop=loop)
/usr/local/lib/python3.8/asyncio/locks.py:335: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
lock = Lock(loop=loop)
/usr/local/lib/python3.8/asyncio/tasks.py:455: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
return await fut
The text was updated successfully, but these errors were encountered:
Any plans to fix this deprecation warning?
The text was updated successfully, but these errors were encountered: