summaryrefslogtreecommitdiffstats
path: root/examples/prompts/auto-completion/fuzzy-custom-completer.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/prompts/auto-completion/fuzzy-custom-completer.py')
-rwxr-xr-xexamples/prompts/auto-completion/fuzzy-custom-completer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/prompts/auto-completion/fuzzy-custom-completer.py b/examples/prompts/auto-completion/fuzzy-custom-completer.py
index fd9a7d7..ca763c7 100755
--- a/examples/prompts/auto-completion/fuzzy-custom-completer.py
+++ b/examples/prompts/auto-completion/fuzzy-custom-completer.py
@@ -3,6 +3,7 @@
Demonstration of a custom completer wrapped in a `FuzzyCompleter` for fuzzy
matching.
"""
+
from prompt_toolkit.completion import Completer, Completion, FuzzyCompleter
from prompt_toolkit.shortcuts import CompleteStyle, prompt