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
Not sure how to diagnose this; it currently happens in the dev branch when janitor is imported. On python 3.9 this warning does not appear
System Information
Operating system: Linux
Python version (required): 3.10
Minimally Reproducible Code
importjanitorasjn
Error Messages
/home/sam/miniforge3/envs/playground/lib/python3.10/site-packages/prompt_toolkit/application/application.py:955: DeprecationWarning: There is no current event loop
loop = asyncio.get_event_loop()
The text was updated successfully, but these errors were encountered:
Brief Description
Not sure how to diagnose this; it currently happens in the dev branch when janitor is imported. On python 3.9 this warning does not appear
System Information
Minimally Reproducible Code
Error Messages
The text was updated successfully, but these errors were encountered: