summaryrefslogtreecommitdiff
path: root/numpy/lib/financial.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/financial.py')
-rw-r--r--numpy/lib/financial.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/lib/financial.py b/numpy/lib/financial.py
index a011e52a9..b055bb1ec 100644
--- a/numpy/lib/financial.py
+++ b/numpy/lib/financial.py
@@ -10,8 +10,6 @@ or arrays (or other sequences).
Functions support the :class:`decimal.Decimal` type unless
otherwise stated.
"""
-from __future__ import division, absolute_import, print_function
-
import warnings
from decimal import Decimal
import functools