diff options
Diffstat (limited to 'sphinx/highlighting.py')
-rw-r--r-- | sphinx/highlighting.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/highlighting.py b/sphinx/highlighting.py index 8996fb4a4..6c0cf8aee 100644 --- a/sphinx/highlighting.py +++ b/sphinx/highlighting.py @@ -29,7 +29,7 @@ from sphinx.pygments_styles import SphinxStyle, NoneStyle if False: # For type annotation - from typing import Any # NOQA + from typing import Any, Dict # NOQA from pygments.formatter import Formatter # NOQA |