summaryrefslogtreecommitdiff
path: root/tests/test_arcs.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-01-02 16:33:59 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-01-02 16:33:59 -0500
commit5698ff871885333897392483d845fb7ce12f680f (patch)
tree45e45a768f7f57b14f803365722e7679a006f80c /tests/test_arcs.py
parenta0aa685214e9cccc361cddafea937346bd6dfdad (diff)
downloadpython-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.py4
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