Remove unneeded import.

This commit is contained in:
Guido van Rossum 2003-10-22 17:22:18 +00:00
parent 97aa32b467
commit 38443c1513
1 changed files with 0 additions and 1 deletions

View File

@ -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