Skip to content

Commit 227d8c4

Browse files
committed
pep8
1 parent 3e2d1ed commit 227d8c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/nanops.py

+1
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ def get_median(x):
388388
# otherwise return a scalar value
389389
return _wrap_results(agg1d(values) if notempty else np.nan, dtype)
390390

391+
391392
def _get_counts_nanvar(mask, axis, ddof, dtype=float):
392393
dtype = _get_dtype(dtype)
393394
count = _get_counts(mask, axis, dtype=dtype)

0 commit comments

Comments
 (0)