Skip to content

Commit d435ab2

Browse files
MarcoGorelliJulianWgs
authored andcommitted
fixup overload in reset_index (pandas-dev#40798)
1 parent d4acfcd commit d435ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5373,8 +5373,8 @@ def reset_index(
53735373
@overload
53745374
def reset_index(
53755375
self,
5376-
*,
53775376
level: Hashable | Sequence[Hashable] | None,
5377+
*,
53785378
inplace: Literal[True],
53795379
col_level: Hashable = ...,
53805380
col_fill: Hashable = ...,

0 commit comments

Comments
 (0)