Skip to content

Commit a520e54

Browse files
committed
style: apply ruff/format auto-fixes (pre-commit)
1 parent 0e71323 commit a520e54

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pandas/core/window/rolling.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@
2929
import pandas._libs.window.aggregations as window_aggregations
3030
from pandas.compat._optional import import_optional_dependency
3131
from pandas.errors import DataError
32-
from pandas.util._decorators import (
33-
Appender,
34-
Substitution,
35-
doc,
36-
)
3732
from pandas.util._validators import validate_bool_kwarg
3833

3934
from pandas.core.dtypes.common import (

0 commit comments

Comments
 (0)