We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e71323 commit a520e54Copy full SHA for a520e54
pandas/core/window/rolling.py
@@ -29,11 +29,6 @@
29
import pandas._libs.window.aggregations as window_aggregations
30
from pandas.compat._optional import import_optional_dependency
31
from pandas.errors import DataError
32
-from pandas.util._decorators import (
33
- Appender,
34
- Substitution,
35
- doc,
36
-)
37
from pandas.util._validators import validate_bool_kwarg
38
39
from pandas.core.dtypes.common import (
0 commit comments