Skip to content

Commit bb42347

Browse files
author
Kevin Sheppard
committed
MAINT: Remove extra def
1 parent 7a1b4ee commit bb42347

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pandas-stubs/core/frame.pyi

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1994,12 +1994,6 @@ class DataFrame(NDFrame, OpsMixin):
19941994
index: _bool = ...,
19951995
indent: int | None = ...,
19961996
) -> _str: ...
1997-
def to_pickle(
1998-
self,
1999-
path: _str,
2000-
compression: CompressionOptions = ...,
2001-
protocol: int = ...,
2002-
) -> None: ...
20031997
@overload
20041998
def to_string(
20051999
self,

0 commit comments

Comments
 (0)