Skip to content

Commit b6d3aba

Browse files
committed
change type hint
1 parent 94b856d commit b6d3aba

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
@@ -11066,7 +11066,7 @@ def _make_cum_function(
1106611066
accum_func: Callable,
1106711067
accum_func_name: str,
1106811068
mask_a: Union[float, np.floating],
11069-
mask_b: np.ndarray,
11069+
mask_b: Union[float, np.floating],
1107011070
examples: str,
1107111071
) -> Callable:
1107211072
@Substitution(

0 commit comments

Comments
 (0)