diff options
Diffstat (limited to 'sphinx/builders/epub.py')
-rw-r--r-- | sphinx/builders/epub.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/epub.py b/sphinx/builders/epub.py index eebd905b9..41253b77d 100644 --- a/sphinx/builders/epub.py +++ b/sphinx/builders/epub.py @@ -38,7 +38,7 @@ from sphinx.util.smartypants import sphinx_smarty_pants as ssp 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 |