diff options
Diffstat (limited to 'Lib/decimal.py')
-rw-r--r-- | Lib/decimal.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/decimal.py b/Lib/decimal.py index 7bc1c94..5b98473 100644 --- a/Lib/decimal.py +++ b/Lib/decimal.py @@ -142,7 +142,6 @@ __version__ = '1.70' # Highest version of the spec this complies with # See http://speleotrove.com/decimal/ __libmpdec_version__ = "2.4.0" # compatible libmpdec version -import copy as _copy import math as _math import numbers as _numbers import sys |