Skip to content

Commit bef38c9

Browse files
committed
pre commit fixes
1 parent 8d2f2dd commit bef38c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/generic.py

+1
Original file line numberDiff line numberDiff line change
@@ -8912,6 +8912,7 @@ def resample(
89128912
Freq: 17T, dtype: int64
89138913
"""
89148914
from pandas.core.resample import get_resampler
8915+
89158916
if axis is not lib.no_default:
89168917
axis = self._get_axis_number(axis)
89178918
if axis == 1:

0 commit comments

Comments
 (0)