diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-20 07:57:51 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-20 07:57:51 -0400 |
commit | af029c86ce4f6988bfbae527fcbb52f36069f948 (patch) | |
tree | 7be8fcdadbc5941686671cc91ab521ca8b0dbc1f /tests/helpers.py | |
parent | 7e9c6fa58ecd92f18c1934edf487afefd871e6cb (diff) | |
download | python-coveragepy-git-af029c86ce4f6988bfbae527fcbb52f36069f948.tar.gz |
style: remove an orphaned import
Diffstat (limited to 'tests/helpers.py')
-rw-r--r-- | tests/helpers.py | 1 |
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 |