diff options
author | Emil Hessman <emil@hessman.se> | 2018-09-30 19:22:49 +0200 |
---|---|---|
committer | Emil Hessman <emil@hessman.se> | 2018-09-30 19:22:49 +0200 |
commit | e07b0fce7844a227fa05e4f20772ec9cc5bf9912 (patch) | |
tree | feb8cff1ce02ac8374d3293fc2671a8cbf90a1cc /numpy/polynomial/chebyshev.py | |
parent | 87c1fcd0308ee78e743401bac2b0085249cca1e5 (diff) | |
download | numpy-e07b0fce7844a227fa05e4f20772ec9cc5bf9912.tar.gz |
MAINT: remove unused stdlib imports
Diffstat (limited to 'numpy/polynomial/chebyshev.py')
-rw-r--r-- | numpy/polynomial/chebyshev.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/polynomial/chebyshev.py b/numpy/polynomial/chebyshev.py index f14ed988d..f1ddc9b06 100644 --- a/numpy/polynomial/chebyshev.py +++ b/numpy/polynomial/chebyshev.py @@ -89,7 +89,6 @@ References """ from __future__ import division, absolute_import, print_function -import numbers import warnings import numpy as np import numpy.linalg as la |