Skip to content

Commit e07c81b

Browse files
committed
removed annotations
1 parent c12bbe0 commit e07c81b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/core/groupby/groupby.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3803,8 +3803,6 @@ def rolling(
38033803
)
38043804

38053805
@final
3806-
@Substitution(name="groupby")
3807-
@Appender(_common_see_also)
38083806
def expanding(self, *args, **kwargs) -> ExpandingGroupby:
38093807
"""
38103808
Return an expanding grouper, providing expanding (cumulative)

0 commit comments

Comments
 (0)