diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-09-23 09:18:21 -0700 |
---|---|---|
committer | Jon Dufresne <jon.dufresne@gmail.com> | 2018-09-23 09:22:06 -0700 |
commit | 02d06bdaf02957bcaca2c63a8906ffef7f7e01ee (patch) | |
tree | ce648c4e006a60d1104b1af5845c5628a60093ea /sphinx/directives/other.py | |
parent | 408219cf81c1bac0c31684ca8fe36a4cb8c88cfc (diff) | |
download | sphinx-git-02d06bdaf02957bcaca2c63a8906ffef7f7e01ee.tar.gz |
Remove uses of six.moves that did not cause any type errors
Removal of the remaining imports may require passing "--python-version
3.5" to the mypy command.
Diffstat (limited to 'sphinx/directives/other.py')
-rw-r--r-- | sphinx/directives/other.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/directives/other.py b/sphinx/directives/other.py index a1e39de77..e3de4ff62 100644 --- a/sphinx/directives/other.py +++ b/sphinx/directives/other.py @@ -15,7 +15,6 @@ from docutils.parsers.rst import directives from docutils.parsers.rst.directives.admonitions import BaseAdmonition from docutils.parsers.rst.directives.misc import Class from docutils.parsers.rst.directives.misc import Include as BaseInclude -from six.moves import range from sphinx import addnodes from sphinx.domains.changeset import VersionChange # NOQA # for compatibility |