8000 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
Removed a leftover from #71
  • Loading branch information
Bas van Beek committed Apr 27, 2020
commit e519d920ffe69afbf47d059a2f3751a385d448c7
1 change: 0 additions & 1 deletion numpy-stubs/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,6 @@ _Mode = Literal["raise", "wrap", "clip"]
_Order = Literal["C", "F", "A"]
_PartitionKind = Literal["introselect"]
_SortKind = Literal["quicksort", "mergesort", "heapsort", "stable"]
_Side = Literal["left", "right"]

# Various annotations for scalars

Expand Down
0