summaryrefslogtreecommitdiffstats
path: root/src/prompt_toolkit/styles/pygments.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/prompt_toolkit/styles/pygments.py')
-rw-r--r--src/prompt_toolkit/styles/pygments.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prompt_toolkit/styles/pygments.py b/src/prompt_toolkit/styles/pygments.py
index 3e101f1..c0f6031 100644
--- a/src/prompt_toolkit/styles/pygments.py
+++ b/src/prompt_toolkit/styles/pygments.py
@@ -6,6 +6,7 @@ Usage::
from pygments.styles.tango import TangoStyle
style = style_from_pygments_cls(pygments_style_cls=TangoStyle)
"""
+
from __future__ import annotations
from typing import TYPE_CHECKING