diff options
author | BvB93 <43369155+BvB93@users.noreply.github.com> | 2023-03-05 19:35:15 +0100 |
---|---|---|
committer | BvB93 <43369155+BvB93@users.noreply.github.com> | 2023-03-05 19:35:15 +0100 |
commit | 799d8b374b5104044437bf43ea00a48f8577f07d (patch) | |
tree | 5af47f19bf7b9ebfaf5936ca386d611e8357f074 /numpy/lib | |
parent | ab49883b328ee17e415a70390cc6e42d6621fcfc (diff) | |
download | numpy-799d8b374b5104044437bf43ea00a48f8577f07d.tar.gz |
TYP: Remove some stray type-check-only imports of `msort`
Diffstat (limited to 'numpy/lib')
-rw-r--r-- | numpy/lib/__init__.pyi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/__init__.pyi b/numpy/lib/__init__.pyi index 1fa2d226e..d3553bbcc 100644 --- a/numpy/lib/__init__.pyi +++ b/numpy/lib/__init__.pyi @@ -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, |