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/cmd/quickstart.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/cmd/quickstart.py')
-rw-r--r-- | sphinx/cmd/quickstart.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/cmd/quickstart.py b/sphinx/cmd/quickstart.py index dbc2f4a52..89b49cf5a 100644 --- a/sphinx/cmd/quickstart.py +++ b/sphinx/cmd/quickstart.py @@ -35,7 +35,6 @@ except ImportError: from docutils.utils import column_width from six import text_type, binary_type -from six.moves import input from six.moves.urllib.parse import quote as urlquote import sphinx.locale |