diff options
-rw-r--r-- | coverage/control.py | 1 | ||||
-rw-r--r-- | coverage/debug.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/coverage/control.py b/coverage/control.py index 04cb4b5d..5d42af77 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -3,7 +3,6 @@ """Core control stuff for coverage.py.""" - import atexit import os import platform diff --git a/coverage/debug.py b/coverage/debug.py index f990ca3b..7cbda792 100644 --- a/coverage/debug.py +++ b/coverage/debug.py @@ -8,7 +8,6 @@ import functools import inspect import itertools import os -import re import sys try: import _thread |