8000 Remove unneeded import. · python/cpython@38443c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 38443c1

Browse files
committed
Remove unneeded import.
1 parent 97aa32b commit 38443c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/profile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ def __init__(self, timer=None, bias=None):
183183
# list (for performance). Note that we can't assume
184184
# the timer() result contains two values in all
185185
# cases.
186-
import operator
187186
def get_time_timer(timer=timer, sum=sum):
188187
return sum(timer())
189188
self.get_time = get_time_timer

0 commit comments

Comments
 (0)
0