Skip to content

Commit 006a6a7

Browse files
committed
Fix Flake8
1 parent d0915ab commit 006a6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/highlighting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from pygments.style import Style
3333

3434
if tuple(map(int, pygments.__version__.split('.')))[:2] < (2, 18):
35-
from pygments.formatter import Formatter
35+
from pygments.formatter import Formatter # NoQA: F811
3636

3737
Formatter.__class_getitem__ = lambda cls, name: cls # type: ignore[attr-defined]
3838

0 commit comments

Comments
 (0)