Skip to content

Commit

Permalink
Merge pull request #19893 from h-vetinari/itertools
Browse files Browse the repository at this point in the history
MAINT: remove unused itertools-import in scipy.interpolate._interpolate
  • Loading branch information
ev-br committed Jan 17, 2024
2 parents a403bde + 63a9298 commit 2353b15
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scipy/interpolate/_interpolate.py
Expand Up @@ -17,10 +17,6 @@
from .interpnd import _ndim_coords_from_arrays
from ._bsplines import make_interp_spline, BSpline

# even though this is a stdlib module, it got accidentally exposed in __all__
# in the past. It is now deprecated and scheduled to be removed in SciPy 1.13.0
import itertools # noqa: F401


def lagrange(x, w):
r"""
Expand Down

0 comments on commit 2353b15

Please sign in to comment.