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, 1 insertions, 2 deletions
diff --git a/sphinx/io.py b/sphinx/io.py
index 18b4f053e..0462afd83 100644
--- a/sphinx/io.py
+++ b/sphinx/io.py
@@ -9,8 +9,7 @@
"""
import codecs
import warnings
-from typing import Any, List
-from typing import Type # for python3.5.1
+from typing import Any, List, Type
from docutils import nodes
from docutils.core import Publisher