diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-02 16:33:59 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-02 16:33:59 -0500 |
commit | 5698ff871885333897392483d845fb7ce12f680f (patch) | |
tree | 45e45a768f7f57b14f803365722e7679a006f80c /tests/test_arcs.py | |
parent | a0aa685214e9cccc361cddafea937346bd6dfdad (diff) | |
download | python-coveragepy-git-5698ff871885333897392483d845fb7ce12f680f.tar.gz |
Remove unused imports
--HG--
branch : ast-branch
Diffstat (limited to 'tests/test_arcs.py')
-rw-r--r-- | tests/test_arcs.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_arcs.py b/tests/test_arcs.py index 37e8b9b7..91811e45 100644 --- a/tests/test_arcs.py +++ b/tests/test_arcs.py @@ -3,10 +3,6 @@ """Tests for coverage.py's arc measurement.""" -import collections -from itertools import cycle, product -import re - from tests.coveragetest import CoverageTest import coverage |