summaryrefslogtreecommitdiff
path: root/sphinx/builders/epub3.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/builders/epub3.py')
-rw-r--r--sphinx/builders/epub3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/epub3.py b/sphinx/builders/epub3.py
index 0107e3da9..8d5118a6d 100644
--- a/sphinx/builders/epub3.py
+++ b/sphinx/builders/epub3.py
@@ -22,7 +22,7 @@ from sphinx.util.fileutil import copy_asset_file
if False:
# For type annotation
- from typing import Any, Iterable # NOQA
+ from typing import Any, Dict, Iterable, List # NOQA
from docutils import nodes # NOQA
from sphinx.application import Sphinx # NOQA