Skip to content

Commit 61e1dce

Browse files
GH1484 Fix formatting
1 parent b8a864e commit 61e1dce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas-stubs/core/series.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,10 +518,10 @@ class Series(IndexOpsMixin[S1], ElementOpsMixin[S1], NDFrame):
518518
cls,
519519
data: (
520520
S1
521-
| _DataLikeS1[S1]
521+
| _DataLikeS1[S1] # ty: ignore[invalid-type-arguments]
522522
| dict[HashableT1, S1]
523523
| KeysView[S1]
524-
| ValuesView[S1] # ty: ignore[invalid-type-arguments]
524+
| ValuesView[S1]
525525
),
526526
index: AxesData | None = None,
527527
dtype: Dtype | None = None,

0 commit comments

Comments
 (0)