Skip to content

Commit 7e4781a

Browse files
committed
revised to pass pre-commit
1 parent caa00e7 commit 7e4781a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/resample.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ def asfreq(self, fill_value=None):
973973
DataFrame.asfreq: Convert TimeSeries to specified frequency.
974974
"""
975975
return self._upsample("asfreq", fill_value=fill_value)
976-
976+
977977
def mean(
978978
self,
979979
numeric_only: bool | lib.NoDefault = lib.no_default,

0 commit comments

Comments
 (0)