Skip to content

Commit d7370b5

Browse files
GH1379 PR feedback
1 parent e0f3810 commit d7370b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/series.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ class Series(IndexOpsMixin[S1], NDFrame):
12331233
Series[_str],
12341234
Series,
12351235
]: ...
1236-
dt = _dtDescriptor[S1]() # type: ignore[misc]
1236+
dt = _dtDescriptor()
12371237
@property
12381238
def plot(self) -> PlotAccessor: ...
12391239
sparse = ...

0 commit comments

Comments
 (0)