diff --git a/Lib/decimal.py b/Lib/decimal.py index 3f798e4a5c7..7746ea26010 100644 --- a/Lib/decimal.py +++ b/Lib/decimal.py @@ -9,6 +9,3 @@ except ImportError: from _pydecimal import __doc__ from _pydecimal import __version__ from _pydecimal import __libmpdec_version__ - - -