From: Raymond Hettinger Date: Sat, 8 Nov 2014 06:47:30 +0000 (-0800) Subject: Remove unused import X-Git-Tag: v2.7.9rc1~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb136d19ff57d42cad9a7177ba8fdad3ef1577c6;p=thirdparty%2FPython%2Fcpython.git Remove unused import --- diff --git a/Lib/decimal.py b/Lib/decimal.py index 07c2cec4367d..d274552cd249 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