From: Raymond Hettinger Date: Sat, 8 Nov 2014 06:47:30 +0000 (-0800) Subject: Remove unused import X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb136d19ff57d42cad9a7177ba8fdad3ef1577c6;p=python Remove unused import --- 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