Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(pyrefly): ignore
  • Loading branch information
cmp0xff committed Jul 18, 2025
commit 6c8ba76ac82bdc27b2c012a45d660a0f0488b6da
2 changes: 1 addition & 1 deletion pandas-stubs/core/indexes/multi.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class MultiIndex(Index):
def take(
self, indices, axis: int = ..., allow_fill: bool = ..., fill_value=..., **kwargs
): ...
def append(self, other): ...
def append(self, other): ... # pyrefly: ignore
def argsort(self, *args, **kwargs): ...
def repeat(self, repeats, axis=...): ...
@final
Expand Down
Loading