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
import janitor as jn
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()
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