mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
gh-84623: Remove unused imports (#94132)
This commit is contained in:
parent
8661c5053f
commit
47e35625ff
28 changed files with 9 additions and 43 deletions
|
@ -50,7 +50,7 @@ from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil
|
|||
from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin
|
||||
from math import tau as TWOPI, floor as _floor, isfinite as _isfinite
|
||||
from os import urandom as _urandom
|
||||
from _collections_abc import Set as _Set, Sequence as _Sequence
|
||||
from _collections_abc import Sequence as _Sequence
|
||||
from operator import index as _index
|
||||
from itertools import accumulate as _accumulate, repeat as _repeat
|
||||
from bisect import bisect as _bisect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue