diff options
Diffstat (limited to 'Lib/decimal.py')
-rw-r--r-- | Lib/decimal.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/decimal.py b/Lib/decimal.py index 3f798e4..7746ea2 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__ - - - |