Skip to content

Commit c56cf80

Browse files
committed
appease mypy
1 parent 46af282 commit c56cf80

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
@@ -109,7 +109,7 @@ class MultiIndex(Index):
109109
def is_monotonic_decreasing(self) -> bool: ...
110110
def duplicated(self, keep: DropKeep = "first"): ...
111111
def dropna(self, how: AnyAll = "any") -> Self: ...
112-
def droplevel(self, level: Level | Sequence[Level] = 0) -> MultiIndex | Index: ...
112+
def droplevel(self, level: Level | Sequence[Level] = 0) -> MultiIndex | Index: ... # type: ignore[override]
113113
def get_level_values(self, level: str | int) -> Index: ...
114114
def unique(self, level=...): ...
115115
def to_frame( # type: ignore[override] # pyright: ignore[reportIncompatibleMethodOverride]

0 commit comments

Comments
 (0)