Skip to content

Commit

Permalink
Merge pull request numpy#23340 from BvB93/msort
Browse files Browse the repository at this point in the history
TYP: Remove two stray type-check-only re-exports of `msort`
  • Loading branch information
charris authored Mar 5, 2023
2 parents e822613 + 799d8b3 commit 48a68e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion numpy/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ from numpy.lib.function_base import (
digitize as digitize,
cov as cov,
corrcoef as corrcoef,
msort as msort,
median as median,
sinc as sinc,
hamming as hamming,
Expand Down
1 change: 0 additions & 1 deletion numpy/lib/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ from numpy.lib.function_base import (
digitize as digitize,
cov as cov,
corrcoef as corrcoef,
msort as msort,
median as median,
sinc as sinc,
hamming as hamming,
Expand Down

0 comments on commit 48a68e0

Please sign in to comment.