mirror of
https://github.com/python/cpython.git
synced 2025-10-08 08:01:55 +00:00
Issue #23277: Remove more unused sys and os imports.
This commit is contained in:
parent
18a8affc8e
commit
c7f44aa99a
13 changed files with 0 additions and 15 deletions
|
@ -6,7 +6,6 @@ import operator
|
|||
import copy
|
||||
import pickle
|
||||
from random import randrange, shuffle
|
||||
import sys
|
||||
import warnings
|
||||
import collections
|
||||
import collections.abc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue