]> granicus.if.org Git - python/commitdiff
Remove unused import
authorRaymond Hettinger <python@rcn.com>
Sat, 8 Nov 2014 06:47:30 +0000 (22:47 -0800)
committerRaymond Hettinger <python@rcn.com>
Sat, 8 Nov 2014 06:47:30 +0000 (22:47 -0800)
Lib/decimal.py

index 07c2cec4367d886f3eaf0b2c12410fdc2d5095ea..d274552cd2493c43b4d3e0822aded54a1c861a73 100644 (file)
@@ -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