Skip to content

Commit b0013bd

Browse files
fix typing
1 parent 88501c6 commit b0013bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2608,7 +2608,7 @@ def _groupby_op(
26082608
kind = WrappedCythonOp.get_kind_from_how(how)
26092609
op = WrappedCythonOp(how=how, kind=kind, has_dropped_na=has_dropped_na)
26102610

2611-
initial = 0
2611+
initial: Any = 0
26122612
# GH#43682
26132613
if isinstance(self.dtype, StringDtype):
26142614
# StringArray

0 commit comments

Comments
 (0)