Skip to content

Commit c2a41eb

Browse files
committed
just remove __reduce__
1 parent 966aebf commit c2a41eb

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)