diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-10-24 06:40:27 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-10-24 06:40:27 -0400 |
commit | 312f18e948fd58f8e6cdd06122d535639233a0d8 (patch) | |
tree | 331254d8bad460a03be1f5a8862ba025f7284242 /tests/test_api.py | |
parent | 62c2906451fc92df3011aa0ef30717be9a40298e (diff) | |
download | python-coveragepy-312f18e948fd58f8e6cdd06122d535639233a0d8.tar.gz |
Left over import from deleting a test
Diffstat (limited to 'tests/test_api.py')
-rw-r--r-- | tests/test_api.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_api.py b/tests/test_api.py index 8beb630..d287cc2 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -9,8 +9,6 @@ import sys import textwrap import warnings -import pytest - import coverage from coverage import env from coverage.backward import StringIO, import_local_file |