Skip to content

Commit 622eca7

Browse files
GH1025 Remove commented code
1 parent e1b0b62 commit 622eca7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas-stubs/core/groupby/generic.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ class DataFrameGroupBy(GroupBy[DataFrame], Generic[ByT, _TT]):
300300
backend: str | None = ...,
301301
**kwargs,
302302
) -> PlotAxes | Series: ... # Series[PlotAxes]
303-
# def size(self: DataFrameGroupBy[ByT, Literal[True]]) -> Series[int]: ...
304303
@overload
305304
def value_counts(
306305
self: DataFrameGroupBy[ByT, Literal[True]],

0 commit comments

Comments
 (0)