summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/profile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/profile.py b/Lib/profile.py
index f8d2025..5993442 100755
--- a/Lib/profile.py
+++ b/Lib/profile.py
@@ -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