Skip to content

Commit 16a2e68

Browse files
committed
remove deprecated copy
1 parent 6dc4c96 commit 16a2e68

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas-stubs/core/frame.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2555,9 +2555,7 @@ class DataFrame(NDFrame, OpsMixin, _GetItemHack):
25552555
**kwargs: Any,
25562556
) -> Series: ...
25572557
# Not actually positional, but used to handle removal of deprecated
2558-
def set_axis(
2559-
self, labels: AxesData, *, axis: Axis = 0, copy: _bool = ...
2560-
) -> Self: ...
2558+
def set_axis(self, labels: AxesData, *, axis: Axis = 0) -> Self: ...
25612559
def skew(
25622560
self,
25632561
axis: Axis | None = ...,

0 commit comments

Comments
 (0)