We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dfd42d commit 11a5dadCopy full SHA for 11a5dad
1 file changed
src/prompt_toolkit/completion/fuzzy_completer.py
@@ -1,8 +1,8 @@
1
from __future__ import annotations
2
3
import re
4
-from collections.abc import Callable, Iterable, Sequence
5
-from typing import NamedTuple, Mapping
+from collections.abc import Callable, Iterable, Mapping, Sequence
+from typing import NamedTuple
6
7
from prompt_toolkit.document import Document
8
from prompt_toolkit.filters import FilterOrBool, to_filter
0 commit comments