]> granicus.if.org Git - python/commitdiff
remove unused import math
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 29 Jun 2003 04:18:15 +0000 (04:18 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 29 Jun 2003 04:18:15 +0000 (04:18 +0000)
Lib/timeit.py

index 4ad4a39e550e676ae2a917fa8bccb9b49e89d22a..d7a3a3d545ee40f991e015ca19992d83281e7dfe 100644 (file)
@@ -52,7 +52,6 @@ instructions.
 """
 
 import sys
-import math
 import time
 try:
     import itertools