Skip to content

Commit 6ae6ca8

Browse files
committed
revised to pass pre-commit
1 parent f1e03da commit 6ae6ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/resample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ def asfreq(self, fill_value=None):
983983
DataFrame.asfreq: Convert TimeSeries to specified frequency.
984984
"""
985985
return self._upsample("asfreq", fill_value=fill_value)
986-
986+
987987
def mean(
988988
self,
989989
numeric_only: bool | lib.NoDefault = lib.no_default,

0 commit comments

Comments
 (0)