diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-06-29 04:18:15 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-06-29 04:18:15 (GMT) |
commit | c556722f09ea9ce7f3555196c971c36b888377fa (patch) | |
tree | 5e7768a6e70910ddfebffca52596423c3539d09d /Lib/timeit.py | |
parent | 9b924c690eb2de515a1eda4221e15a483c6b7316 (diff) | |
download | cpython-c556722f09ea9ce7f3555196c971c36b888377fa.zip cpython-c556722f09ea9ce7f3555196c971c36b888377fa.tar.gz cpython-c556722f09ea9ce7f3555196c971c36b888377fa.tar.bz2 |
remove unused import math
Diffstat (limited to 'Lib/timeit.py')
-rw-r--r-- | Lib/timeit.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/timeit.py b/Lib/timeit.py index 4ad4a39e5..d7a3a3d 100644 --- a/Lib/timeit.py +++ b/Lib/timeit.py @@ -52,7 +52,6 @@ instructions. """ import sys -import math import time try: import itertools |