Skip to content

Commit 7f98fc9

Browse files
committed
fix ruff
1 parent 8738ad4 commit 7f98fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prompt_toolkit/application/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
)
8787
from prompt_toolkit.utils import Event, in_main_thread
8888

89-
from ._compat import asyncio_run, EventLoop
89+
from ._compat import EventLoop, asyncio_run
9090
from .current import get_app_session, set_app
9191
from .run_in_terminal import in_terminal, run_in_terminal
9292

0 commit comments

Comments
 (0)