diff options
Diffstat (limited to 'sphinx/io.py')
-rw-r--r-- | sphinx/io.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sphinx/io.py b/sphinx/io.py index 354121c86..38cd27cad 100644 --- a/sphinx/io.py +++ b/sphinx/io.py @@ -31,7 +31,8 @@ from sphinx.versioning import UIDTransform if False: # For type annotation - from typing import Dict, List, Tuple, Type # NOQA + from typing import Dict, List, Tuple # NOQA + from typing import Type # for python3.5.1 from docutils import nodes # NOQA from docutils.frontend import Values # NOQA from docutils.io import Input # NOQA |