Skip to content

Commit 78fd46a

Browse files
committed
pre commit checks done
1 parent c737e1f commit 78fd46a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/tests/window/test_rolling.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
from pandas.compat import (
1010
IS64,
11-
is_platform_arm,
12-
is_platform_power,
13-
is_platform_riscv64,
1411
)
1512

1613
from pandas import (
@@ -1100,6 +1097,7 @@ def test_rolling_var_numerical_issues(func, third_value, values):
11001097
expected = Series([np.nan] + values)
11011098
tm.assert_series_equal(result, expected)
11021099

1100+
11031101
def test_timeoffset_as_window_parameter_for_corr(unit):
11041102
# GH: 28266
11051103
dti = DatetimeIndex(

0 commit comments

Comments
 (0)