summaryrefslogtreecommitdiff
path: root/sphinx/io.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/io.py')
-rw-r--r--sphinx/io.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sphinx/io.py b/sphinx/io.py
index 5f4ec3351..5bf2d60da 100644
--- a/sphinx/io.py
+++ b/sphinx/io.py
@@ -35,7 +35,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