diff options
Diffstat (limited to 'sphinx/directives/other.py')
-rw-r--r-- | sphinx/directives/other.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/directives/other.py b/sphinx/directives/other.py index 801fd8cad..8601645f2 100644 --- a/sphinx/directives/other.py +++ b/sphinx/directives/other.py @@ -24,7 +24,7 @@ from sphinx.util.matching import patfilter if False: # For type annotation - from typing import Any, Tuple # NOQA + from typing import Any, Dict, List, Tuple # NOQA from sphinx.application import Sphinx # NOQA |