Running Black on Python 3.11 produces:
% black ast_decompiler
/Users/jelle/py/venvs/311-jun6/lib/python3.11/site-packages/black/__init__.py:767: DeprecationWarning: There is no current event loop
loop = asyncio.get_event_loop()
We should fix this warning.
Running Black on Python 3.11 produces:
We should fix this warning.