Skip to content

Commit

Permalink
Merge pull request #21191 from charris/backport-21185
Browse files Browse the repository at this point in the history
TYP, BUG: Fix ``np.lib.stride_tricks`` re-exported under the wrong name
  • Loading branch information
charris committed Mar 13, 2022
2 parents c67f4bc + 875d4f5 commit d56049c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/lib/__init__.pyi
Expand Up @@ -14,7 +14,7 @@ from numpy.lib import (
format as format,
mixins as mixins,
scimath as scimath,
stride_tricks as stride_stricks,
stride_tricks as stride_tricks,
)

from numpy.lib._version import (
Expand Down

0 comments on commit d56049c

Please sign in to comment.