summaryrefslogtreecommitdiff
path: root/numpy/polynomial/legendre.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/polynomial/legendre.py')
-rw-r--r--numpy/polynomial/legendre.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/polynomial/legendre.py b/numpy/polynomial/legendre.py
index c11824761..d74b87d5a 100644
--- a/numpy/polynomial/legendre.py
+++ b/numpy/polynomial/legendre.py
@@ -81,8 +81,6 @@ numpy.polynomial.hermite
numpy.polynomial.hermite_e
"""
-from __future__ import division, absolute_import, print_function
-
import warnings
import numpy as np
import numpy.linalg as la