Skip to content

Commit

Permalink
use Self
Browse files Browse the repository at this point in the history
  • Loading branch information
twoertwein committed Aug 3, 2023
1 parent 9e40ddf commit 68abe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas-stubs/core/indexes/base.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class Index(IndexOpsMixin[S1], PandasObject):
name=...,
tupleize_cols: bool = ...,
**kwargs,
) -> Index: ...
) -> Self: ...
@property
def str(self) -> StringMethods[Self, MultiIndex]: ...
@property
Expand Down

0 comments on commit 68abe4d

Please sign in to comment.