diff --git a/pandas-stubs/_libs/tslibs/offsets.pyi b/pandas-stubs/_libs/tslibs/offsets.pyi index 132d6e86..a6cae3ce 100644 --- a/pandas-stubs/_libs/tslibs/offsets.pyi +++ b/pandas-stubs/_libs/tslibs/offsets.pyi @@ -89,8 +89,7 @@ class BaseOffset: @property def nanos(self) -> int: ... -class SingleConstructorOffset(BaseOffset): - def __reduce__(self): ... +class SingleConstructorOffset(BaseOffset): ... class Tick(SingleConstructorOffset): def __init__(self, n: int = ..., normalize: bool = ...) -> None: ...