mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
bpo-35202: Remove unused imports in Lib directory. (GH-10446)
This commit is contained in:
parent
43a74abb3a
commit
b9498e2367
7 changed files with 0 additions and 9 deletions
|
|
@ -3,11 +3,9 @@
|
|||
import collections
|
||||
import copy
|
||||
import doctest
|
||||
import keyword
|
||||
import operator
|
||||
import pickle
|
||||
from random import choice, randrange
|
||||
import re
|
||||
import string
|
||||
import sys
|
||||
from test import support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue