-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Open
Labels
Typingtype annotations, mypy/pyright type checkingtype annotations, mypy/pyright type checking
Description
Line 91 in e55d907
| NumpySorter = Optional[npt._ArrayLikeInt_co] # type: ignore[name-defined] |
I wouldn't recommend using these private internal type-aliases at all, but if you must, then you probably should import it from numpy._typing, because it is not exported by numpy.typing.
chilin0525
Metadata
Metadata
Assignees
Labels
Typingtype annotations, mypy/pyright type checkingtype annotations, mypy/pyright type checking