Skip to content

Commit d38f988

Browse files
Update pandas-stubs/core/frame.pyi
Co-authored-by: Irv Lustig <[email protected]>
1 parent 903f7e6 commit d38f988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/frame.pyi

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

0 commit comments

Comments
 (0)