diff options
Diffstat (limited to 'sphinx/builders/applehelp.py')
-rw-r--r-- | sphinx/builders/applehelp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/applehelp.py b/sphinx/builders/applehelp.py index 6337f96da..f1062f896 100644 --- a/sphinx/builders/applehelp.py +++ b/sphinx/builders/applehelp.py @@ -31,7 +31,7 @@ import subprocess if False: # For type annotation - from typing import Any # NOQA + from typing import Any, Dict # NOQA from sphinx.application import Sphinx # NOQA |