Skip to content

Commit c8d2a5d

Browse files
Fix order
1 parent 49334e6 commit c8d2a5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas-stubs/core/frame.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,6 +1329,7 @@ class DataFrame(NDFrame, OpsMixin, _GetItemHack):
13291329
def stack(
13301330
self,
13311331
level: IndexLabel = ...,
1332+
*,
13321333
future_stack: Literal[True],
13331334
) -> Self | Series: ...
13341335
@overload

0 commit comments

Comments
 (0)