diff options
author | jfbu <jfbu@free.fr> | 2019-08-01 17:49:24 +0200 |
---|---|---|
committer | jfbu <jfbu@free.fr> | 2019-08-01 17:49:24 +0200 |
commit | 685e3fdb49c42b464e09ec955e1033e2a8729fff (patch) | |
tree | a7ad90fbd9c2a076575f612caf0d6baa7c4fb555 /sphinx/io.py | |
parent | eeca5ee91d2da817d4ad9e920ad7e4cabd966d08 (diff) | |
parent | 5a86a71a8fe6d4e8c3861f755cc9b05b5b10f0cf (diff) | |
download | sphinx-git-685e3fdb49c42b464e09ec955e1033e2a8729fff.tar.gz |
Merge branch '2.0'
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 |