From cdaf4b0a52f2a06cac8acd584f5b61adef6a9f35 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 21 Sep 2014 20:28:37 +0200 Subject: [PATCH] remove a few unused imports --- tests/test_build_html.py | 2 +- tests/test_directive_code.py | 1 - tests/test_environment.py | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/test_build_html.py b/tests/test_build_html.py index 214580de7..62dcccd27 100644 --- a/tests/test_build_html.py +++ b/tests/test_build_html.py @@ -12,7 +12,7 @@ import os import re -from six import PY3, iteritems, StringIO +from six import PY3, iteritems from six.moves import html_entities from sphinx import __version__ diff --git a/tests/test_directive_code.py b/tests/test_directive_code.py index 295e201b1..f551e9f5a 100644 --- a/tests/test_directive_code.py +++ b/tests/test_directive_code.py @@ -9,7 +9,6 @@ :license: BSD, see LICENSE for details. """ -import re from xml.etree import ElementTree from util import with_app diff --git a/tests/test_environment.py b/tests/test_environment.py index 115795453..a0170940f 100644 --- a/tests/test_environment.py +++ b/tests/test_environment.py @@ -9,8 +9,6 @@ :license: BSD, see LICENSE for details. """ -import sys - from six import PY3 from util import TestApp, remove_unicode_literals, path