Skip to content

Commit 6c8ba76

Browse files
committed
fix(pyrefly): ignore
1 parent 45e0ad3 commit 6c8ba76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/indexes/multi.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class MultiIndex(Index):
135135
def take(
136136
self, indices, axis: int = ..., allow_fill: bool = ..., fill_value=..., **kwargs
137137
): ...
138-
def append(self, other): ...
138+
def append(self, other): ... # pyrefly: ignore
139139
def argsort(self, *args, **kwargs): ...
140140
def repeat(self, repeats, axis=...): ...
141141
@final

0 commit comments

Comments
 (0)