We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8738ad4 commit 7f98fc9Copy full SHA for 7f98fc9
src/prompt_toolkit/application/application.py
@@ -86,7 +86,7 @@
86
)
87
from prompt_toolkit.utils import Event, in_main_thread
88
89
-from ._compat import asyncio_run, EventLoop
+from ._compat import EventLoop, asyncio_run
90
from .current import get_app_session, set_app
91
from .run_in_terminal import in_terminal, run_in_terminal
92
0 commit comments