summaryrefslogtreecommitdiff
path: root/tests/goldtest.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-08-07 17:20:48 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-08-07 17:20:48 -0400
commit93325dfb9d388c1a01f0e71b130afcabab74881c (patch)
tree2c898e1a83917bedd3d9218f26ef9b2caf29c830 /tests/goldtest.py
parentb3d626c3936d11c189b8e810ccb93ceaa019b156 (diff)
downloadpython-coveragepy-git-93325dfb9d388c1a01f0e71b130afcabab74881c.tar.gz
Use latest pylint
Diffstat (limited to 'tests/goldtest.py')
-rw-r--r--tests/goldtest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/goldtest.py b/tests/goldtest.py
index 8ebbd591..27a082ee 100644
--- a/tests/goldtest.py
+++ b/tests/goldtest.py
@@ -6,9 +6,9 @@
import os
import sys
-from tests.coveragetest import CoverageTest
-
from unittest_mixins import change_dir # pylint: disable=unused-import
+
+from tests.coveragetest import CoverageTest
from tests.test_farm import clean
# Import helpers, eventually test_farm.py will go away.
from tests.test_farm import ( # pylint: disable=unused-import