Commit 38443c15 authored by Guido van Rossum's avatar Guido van Rossum

Remove unneeded import.

parent 97aa32b4
......@@ -183,7 +183,6 @@ class Profile:
# list (for performance). Note that we can't assume
# the timer() result contains two values in all
# cases.
import operator
def get_time_timer(timer=timer, sum=sum):
return sum(timer())
self.get_time = get_time_timer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment