]> granicus.if.org Git - python/commitdiff
Remove unneeded import.
authorGuido van Rossum <guido@python.org>
Wed, 22 Oct 2003 17:22:18 +0000 (17:22 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 22 Oct 2003 17:22:18 +0000 (17:22 +0000)
Lib/profile.py

index f8d20251faa892765b8fccd7cb3380b58a366205..5993442cea0137a75f6fc6b62f15be2e1738f4b9 100755 (executable)
@@ -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