diff options
author | Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) <thatiparthysreenivas@gmail.com> | 2018-11-10 11:15:28 +0530 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-11-10 07:45:28 +0200 |
commit | 2d1bc537fe8b15664bb3e648785ba3c12e93b232 (patch) | |
tree | 0daac886422ed15c244be95e0a04c650706c67c9 /Lib/trace.py | |
parent | Doc: Simplify Copyright line in README (GH-10287) (diff) | |
download | cpython-2d1bc537fe8b15664bb3e648785ba3c12e93b232.tar.gz cpython-2d1bc537fe8b15664bb3e648785ba3c12e93b232.tar.bz2 cpython-2d1bc537fe8b15664bb3e648785ba3c12e93b232.zip |
bpo-35202: Remove unused imports in Lib directory. (GH-10445)
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 0ed7ba95b52..3049e4ec683 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 |