-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Open
@jorenham
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
.