diff options
Diffstat (limited to 'Lib/trace.py')
-rwxr-xr-x | Lib/trace.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/trace.py b/Lib/trace.py index 0ed7ba9..3049e4e 100755 --- a/Lib/trace.py +++ b/Lib/trace.py @@ -51,7 +51,6 @@ __all__ = ['Trace', 'CoverageResults'] import linecache import os -import re import sys import token import tokenize |