From fb136d19ff57d42cad9a7177ba8fdad3ef1577c6 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Fri, 7 Nov 2014 22:47:30 -0800 Subject: [PATCH] Remove unused import --- Lib/decimal.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.50.1