Skip to content

Commit e2cfb94

Browse files
committed
change type hint
1 parent 00523b5 commit e2cfb94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11077,7 +11077,7 @@ def _make_cum_function(
1107711077
accum_func: Callable,
1107811078
accum_func_name: str,
1107911079
mask_a: Union[float, np.floating],
11080-
mask_b: np.ndarray,
11080+
mask_b: Union[float, np.floating],
1108111081
examples: str,
1108211082
) -> Callable:
1108311083
@Substitution(

0 commit comments

Comments
 (0)