summaryrefslogtreecommitdiffstats
path: root/examples/full-screen/scrollable-panes/with-completion-menu.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 04:45:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 04:45:14 +0000
commit5b43aaac61ac94abe722bc98ae58468618f2f512 (patch)
tree3d58c89faa23d194f83abb24ae1fd05067538fff /examples/full-screen/scrollable-panes/with-completion-menu.py
parentAdding upstream version 3.0.43. (diff)
downloadprompt-toolkit-5b43aaac61ac94abe722bc98ae58468618f2f512.tar.xz
prompt-toolkit-5b43aaac61ac94abe722bc98ae58468618f2f512.zip
Adding upstream version 3.0.46.upstream/3.0.46
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'examples/full-screen/scrollable-panes/with-completion-menu.py')
-rw-r--r--examples/full-screen/scrollable-panes/with-completion-menu.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/full-screen/scrollable-panes/with-completion-menu.py b/examples/full-screen/scrollable-panes/with-completion-menu.py
index fba8d17..e08609d 100644
--- a/examples/full-screen/scrollable-panes/with-completion-menu.py
+++ b/examples/full-screen/scrollable-panes/with-completion-menu.py
@@ -2,6 +2,7 @@
"""
A simple example of a scrollable pane.
"""
+
from prompt_toolkit.application import Application
from prompt_toolkit.application.current import get_app
from prompt_toolkit.completion import WordCompleter