summaryrefslogtreecommitdiffstats
path: root/src/prompt_toolkit/lexers/pygments.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/prompt_toolkit/lexers/pygments.py')
-rw-r--r--src/prompt_toolkit/lexers/pygments.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prompt_toolkit/lexers/pygments.py b/src/prompt_toolkit/lexers/pygments.py
index 4721d73..d5a39c4 100644
--- a/src/prompt_toolkit/lexers/pygments.py
+++ b/src/prompt_toolkit/lexers/pygments.py
@@ -4,6 +4,7 @@ Adaptor classes for using Pygments lexers within prompt_toolkit.
This includes syntax synchronization code, so that we don't have to start
lexing at the beginning of a document, when displaying a very large text.
"""
+
from __future__ import annotations
import re