diff options
Diffstat (limited to 'sphinx/ext/linkcode.py')
-rw-r--r-- | sphinx/ext/linkcode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/ext/linkcode.py b/sphinx/ext/linkcode.py index a9693299e..db8f2ea71 100644 --- a/sphinx/ext/linkcode.py +++ b/sphinx/ext/linkcode.py @@ -18,7 +18,7 @@ from sphinx.errors import SphinxError if False: # For type annotation - from typing import Any # NOQA + from typing import Any, Dict, Set # NOQA from sphinx.application import Sphinx # NOQA |