Skip to content

Commit 24add02

Browse files
committed
remove shape
1 parent 5b0f165 commit 24add02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas-stubs/core/indexes/multi.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ class MultiIndex(Index):
7272
sortorder: int | None = ...,
7373
names: SequenceNotStr[Hashable] = ...,
7474
) -> Self: ...
75-
@property
76-
def shape(self) -> Shape: ...
7775
@property # Should be read-only
7876
def levels(self) -> list[Index]: ...
7977
@overload

0 commit comments

Comments
 (0)