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 | 4260c8496541638f531ab13a3e9883948077ff9c (patch) | |
tree | a83946019c4c2d7d5e752950e374d78c09a6ad57 /tests/test_api.py | |
parent | feaca393151ff97a7dbd6981af2265517ed7767a (diff) | |
download | python-coveragepy-git-4260c8496541638f531ab13a3e9883948077ff9c.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 8beb630d..d287cc2a 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 |