Skip to content

Commit 3434073

Browse files
committed
Blankline error correction
1 parent 8d49fc8 commit 3434073

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/core/array_algos/masked_reductions.py

-2
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,3 @@ def mean(values: np.ndarray, mask: np.ndarray, skipna: bool = True, min_count: i
106106
return _sumprod(
107107
np.sum, values=values, mask=mask, skipna=skipna, min_count=min_count
108108
) / np.count_nonzero(~mask)
109-
110-

0 commit comments

Comments
 (0)