mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-109653: Remove unused imports in the Lib/
directory (#109803)
This commit is contained in:
parent
649768fb67
commit
19601efa36
20 changed files with 6 additions and 25 deletions
|
@ -10,7 +10,7 @@ import csv
|
|||
import gc
|
||||
import pickle
|
||||
from test import support
|
||||
from test.support import warnings_helper, import_helper, check_disallow_instantiation
|
||||
from test.support import import_helper, check_disallow_instantiation
|
||||
from itertools import permutations
|
||||
from textwrap import dedent
|
||||
from collections import OrderedDict
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue