mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
remove a few unused imports
This commit is contained in:
parent
24d303706f
commit
cdaf4b0a52
@ -12,7 +12,7 @@
|
|||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from six import PY3, iteritems, StringIO
|
from six import PY3, iteritems
|
||||||
from six.moves import html_entities
|
from six.moves import html_entities
|
||||||
|
|
||||||
from sphinx import __version__
|
from sphinx import __version__
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import re
|
|
||||||
from xml.etree import ElementTree
|
from xml.etree import ElementTree
|
||||||
|
|
||||||
from util import with_app
|
from util import with_app
|
||||||
|
@ -9,8 +9,6 @@
|
|||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
|
||||||
|
|
||||||
from six import PY3
|
from six import PY3
|
||||||
|
|
||||||
from util import TestApp, remove_unicode_literals, path
|
from util import TestApp, remove_unicode_literals, path
|
||||||
|
Loading…
Reference in New Issue
Block a user