summaryrefslogtreecommitdiff
path: root/sphinx/builders/applehelp.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/builders/applehelp.py')
-rw-r--r--sphinx/builders/applehelp.py2
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