diff options
author | Raymond Hettinger <python@rcn.com> | 2014-11-08 06:47:30 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2014-11-08 06:47:30 (GMT) |
commit | fb136d19ff57d42cad9a7177ba8fdad3ef1577c6 (patch) | |
tree | a4d07e8b54b2e5acd34c01839b2ed9504d367deb /Lib/decimal.py | |
parent | c4d2760a6ad8d1e6be87c09c2b7c2ee179e26ac9 (diff) | |
download | cpython-fb136d19ff57d42cad9a7177ba8fdad3ef1577c6.zip cpython-fb136d19ff57d42cad9a7177ba8fdad3ef1577c6.tar.gz cpython-fb136d19ff57d42cad9a7177ba8fdad3ef1577c6.tar.bz2 |
Remove unused import
Diffstat (limited to 'Lib/decimal.py')
-rw-r--r-- | Lib/decimal.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/decimal.py b/Lib/decimal.py index 07c2cec..d274552 100644 --- a/Lib/decimal.py +++ b/Lib/decimal.py @@ -136,7 +136,6 @@ __all__ = [ __version__ = '1.70' # Highest version of the spec this complies with -import copy as _copy import math as _math import numbers as _numbers |