10000 MAINT: Introduced a couple of fixes for the np.core.fromnumeric functions by BvB93 · Pull Request #74 · numpy/numpy-stubs · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

MAINT: Introduced a couple of fixes for the np.core.fromnumeric functions #74

Merged
merged 9 commits into from
May 1, 2020
Prev Previous commit
Next Next commit
Fixed an incorrect variable name
  • Loading branch information
Bas van Beek committed Apr 30, 2020
commit cda1e70e66879e3528d332b85ab5f14bcaf946a1
2 changes: 1 addition & 1 deletion numpy-stubs/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ _ArrayLikeIntOrBool = Union[
_Int,
ndarray,
Sequence[_Int],
Sequence[_ArrayLikeIntOrBoolNested],
Sequence[_ArrayLikeIntNested],
Sequence[_ArrayLikeBoolNested],
]

Expand Down
0