summaryrefslogtreecommitdiff
path: root/tests/goldtest.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-11-17 08:10:41 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-11-17 08:10:41 -0500
commitd32835d1684a3d619aa04c8b10c387259700fa19 (patch)
tree48d050c1cf7a6e37a159705f94088f0be508924e /tests/goldtest.py
parente72fff05663c80268841a4fd77b40fbc2988e25d (diff)
downloadpython-coveragepy-git-d32835d1684a3d619aa04c8b10c387259700fa19.tar.gz
Clean-ups I noticed while doing something else
Diffstat (limited to 'tests/goldtest.py')
-rw-r--r--tests/goldtest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/goldtest.py b/tests/goldtest.py
index b5e32f5f..16301417 100644
--- a/tests/goldtest.py
+++ b/tests/goldtest.py
@@ -12,8 +12,6 @@ import re
import sys
import xml.etree.ElementTree
-from unittest_mixins import change_dir # pylint: disable=unused-import
-
from coverage import env
from tests.coveragetest import TESTS_DIR