summaryrefslogtreecommitdiffstats
path: root/examples/prompts/auto-completion/colored-completions.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/prompts/auto-completion/colored-completions.py')
-rwxr-xr-xexamples/prompts/auto-completion/colored-completions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/prompts/auto-completion/colored-completions.py b/examples/prompts/auto-completion/colored-completions.py
index 9c5cba3..1295e7d 100755
--- a/examples/prompts/auto-completion/colored-completions.py
+++ b/examples/prompts/auto-completion/colored-completions.py
@@ -3,6 +3,7 @@
Demonstration of a custom completer class and the possibility of styling
completions independently.
"""
+
from prompt_toolkit.completion import Completer, Completion
from prompt_toolkit.output.color_depth import ColorDepth
from prompt_toolkit.shortcuts import CompleteStyle, prompt