mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-35202: Remove unused imports in Lib directory. (GH-10445)
This commit is contained in:
parent
9d43fa1bb2
commit
2d1bc537fe
3 changed files with 0 additions and 3 deletions
|
@ -51,7 +51,6 @@ __all__ = ['Trace', 'CoverageResults']
|
|||
|
||||
import linecache
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
import token
|
||||
import tokenize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue