summaryrefslogtreecommitdiff
path: root/tests/helpers.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-05-20 07:57:51 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-05-20 07:57:51 -0400
commitaf029c86ce4f6988bfbae527fcbb52f36069f948 (patch)
tree7be8fcdadbc5941686671cc91ab521ca8b0dbc1f /tests/helpers.py
parent7e9c6fa58ecd92f18c1934edf487afefd871e6cb (diff)
downloadpython-coveragepy-git-af029c86ce4f6988bfbae527fcbb52f36069f948.tar.gz
style: remove an orphaned import
Diffstat (limited to 'tests/helpers.py')
-rw-r--r--tests/helpers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/helpers.py b/tests/helpers.py
index 4ed9a2c9..16194aed 100644
--- a/tests/helpers.py
+++ b/tests/helpers.py
@@ -5,7 +5,6 @@
import collections
import contextlib
-import glob
import os
import os.path
import re