Skip to content

Commit 6eab0d3

Browse files
committed
Blankline error correction
1 parent d063853 commit 6eab0d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/core/array_algos/masked_reductions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,3 @@ def mean(values: np.ndarray, mask: np.ndarray, skipna: bool = True, min_count: i
113113
return _sumprod(
114114
np.sum, values=values, mask=mask, skipna=skipna, min_count=min_count
115115
) / np.count_nonzero(~mask)
116-
117-

0 commit comments

Comments
 (0)