diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-27 07:26:03 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-27 07:26:03 -0400 |
commit | c3c3a5ccb1eea62e4c9f3b2a8d7fb139ce91575a (patch) | |
tree | 8715eb8eba918776004ee1aa36cdeacea74e6418 | |
parent | 6061de8035238e4c10e6e1449fdd4b723d9c6958 (diff) | |
download | python-coveragepy-git-c3c3a5ccb1eea62e4c9f3b2a8d7fb139ce91575a.tar.gz |
Oops, left behind unused imports
-rw-r--r-- | tests/test_concurrency.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py index 5fe91b98..f6af0e8a 100644 --- a/tests/test_concurrency.py +++ b/tests/test_concurrency.py @@ -3,8 +3,6 @@ """Tests for concurrency libraries.""" -import os -import os.path import threading import coverage |