Skip to content

Commit e120260

Browse files
topper-123WillAyd
andauthored
Stricter type for mask params in _make_cum_function
Co-Authored-By: William Ayd <[email protected]>
1 parent b6d3aba commit e120260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11065,7 +11065,7 @@ def _make_cum_function(
1106511065
desc: str,
1106611066
accum_func: Callable,
1106711067
accum_func_name: str,
11068-
mask_a: Union[float, np.floating],
11068+
mask_a: float,
1106911069
mask_b: Union[float, np.floating],
1107011070
examples: str,
1107111071
) -> Callable:

0 commit comments

Comments
 (0)