Skip to content

Commit 65c16cd

Browse files
Revert accidental deletion
1 parent 865cd95 commit 65c16cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas-stubs/core/series.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,8 @@ class Series(IndexOpsMixin[S1], NDFrame):
702702
axis: AxisIndex = ...,
703703
level: IndexLabel | None = ...,
704704
as_index: _bool = ...,
705+
sort: _bool = ...,
706+
group_keys: _bool = ...,
705707
observed: _bool | NoDefault = ...,
706708
dropna: _bool = ...,
707709
) -> SeriesGroupBy[S1, Any]: ...

0 commit comments

Comments
 (0)