diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-11-17 08:10:41 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-11-17 08:10:41 -0500 |
commit | d32835d1684a3d619aa04c8b10c387259700fa19 (patch) | |
tree | 48d050c1cf7a6e37a159705f94088f0be508924e /tests/goldtest.py | |
parent | e72fff05663c80268841a4fd77b40fbc2988e25d (diff) | |
download | python-coveragepy-git-d32835d1684a3d619aa04c8b10c387259700fa19.tar.gz |
Clean-ups I noticed while doing something else
Diffstat (limited to 'tests/goldtest.py')
-rw-r--r-- | tests/goldtest.py | 2 |
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 |