From: Neal Norwitz Date: Sun, 29 Jun 2003 04:18:15 +0000 (+0000) Subject: remove unused import math X-Git-Tag: v2.3c1~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c556722f09ea9ce7f3555196c971c36b888377fa;p=python remove unused import math --- diff --git a/Lib/timeit.py b/Lib/timeit.py index 4ad4a39e55..d7a3a3d545 100644 --- a/Lib/timeit.py +++ b/Lib/timeit.py @@ -52,7 +52,6 @@ instructions. """ import sys -import math import time try: import itertools