diff options
Diffstat (limited to 'tests')
-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 |