We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0915ab commit 006a6a7Copy full SHA for 006a6a7
sphinx/highlighting.py
@@ -32,7 +32,7 @@
32
from pygments.style import Style
33
34
if tuple(map(int, pygments.__version__.split('.')))[:2] < (2, 18):
35
- from pygments.formatter import Formatter
+ from pygments.formatter import Formatter # NoQA: F811
36
37
Formatter.__class_getitem__ = lambda cls, name: cls # type: ignore[attr-defined]
38
0 commit comments