summaryrefslogtreecommitdiffstats
path: root/examples/full-screen/scrollable-panes/simple-example.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/full-screen/scrollable-panes/simple-example.py')
-rw-r--r--examples/full-screen/scrollable-panes/simple-example.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/full-screen/scrollable-panes/simple-example.py b/examples/full-screen/scrollable-panes/simple-example.py
index a94274f..cdf2674 100644
--- a/examples/full-screen/scrollable-panes/simple-example.py
+++ b/examples/full-screen/scrollable-panes/simple-example.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.key_binding import KeyBindings