Skip to content

Commit e40d245

Browse files
committed
simplify
1 parent de28385 commit e40d245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/series.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ class Series(IndexOpsMixin[S1], NDFrame):
11561156
@property
11571157
def str(
11581158
self,
1159-
) -> StringMethods[Series[S1], DataFrame, Series[bool], Series[list[str]]]: ...
1159+
) -> StringMethods[Self, DataFrame, Series[bool], Series[list[str]]]: ...
11601160
@property
11611161
def dt(self) -> CombinedDatetimelikeProperties: ...
11621162
@property

0 commit comments

Comments
 (0)