Skip to content

Commit f7c66da

Browse files
authored
remove SingleConstructorOffset.__reduce__ (#1342)
just remove `__reduce__`
1 parent 956d22b commit f7c66da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas-stubs/_libs/tslibs/offsets.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ class BaseOffset:
8989
@property
9090
def nanos(self) -> int: ...
9191

92-
class SingleConstructorOffset(BaseOffset):
93-
def __reduce__(self): ...
92+
class SingleConstructorOffset(BaseOffset): ...
9493

9594
class Tick(SingleConstructorOffset):
9695
def __init__(self, n: int = ..., normalize: bool = ...) -> None: ...

0 commit comments

Comments
 (0)