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.
This commit is contained in:
Jon Dufresne
2018-09-23 09:18:21 -07:00
parent 408219cf81
commit 02d06bdaf0
16 changed files with 12 additions and 19 deletions

View File

@@ -14,7 +14,6 @@ import time
import pytest
from six import text_type, StringIO
from six.moves import input
from sphinx import application
from sphinx.cmd import quickstart as qs