diff options
Diffstat (limited to 'sphinx/directives/patches.py')
-rw-r--r-- | sphinx/directives/patches.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/directives/patches.py b/sphinx/directives/patches.py index 00e1fa53a..1159a3ce7 100644 --- a/sphinx/directives/patches.py +++ b/sphinx/directives/patches.py @@ -16,6 +16,7 @@ from sphinx.util.nodes import set_source_info if False: # For type annotation + from typing import Dict, List # NOQA from sphinx.application import Sphinx # NOQA |