summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2014-11-07 22:47:30 -0800
committerRaymond Hettinger <python@rcn.com>2014-11-07 22:47:30 -0800
commit1f4ad6b806abf1875d51d561c60387e26c0a0c08 (patch)
tree420a87a16455b6f9019a4df2a64a01379d0c295b
parent9dc1d069ca4243232f1914b93708152121aa6305 (diff)
downloadcpython-1f4ad6b806abf1875d51d561c60387e26c0a0c08.tar.gz
Remove unused import
-rw-r--r--Lib/decimal.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/decimal.py b/Lib/decimal.py
index 07c2cec436..d274552cd2 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