@@ -6,7 +6,7 @@ import sys
6
6
from pandas .core .indexing import _iLocIndexer , _LocIndexer
7
7
from matplotlib .axes import Axes as PlotAxes
8
8
from pandas ._typing import Axes as Axes , Axis as Axis , FilePathOrBuffer as FilePathOrBuffer , Level as Level , Renamer as Renamer
9
- from pandas ._typing import num , SeriesAxisType , AxisType , Dtype , DtypeNp , Label , StrLike , Scalar , IndexType , MaskType
9
+ from pandas ._typing import num , SeriesAxisType , AxisType , Dtype , DtypeNp , Label , StrLike , Scalar , IndexType , MaskType , S1
10
10
from pandas .core .generic import NDFrame as NDFrame
11
11
from pandas .core .groupby import DataFrameGroupBy as DataFrameGroupBy
12
12
from pandas .core .groupby .grouper import Grouper
@@ -74,7 +74,7 @@ class _LocIndexerFrame(_LocIndexer):
74
74
def __setitem__ (
75
75
self ,
76
76
idx : Union [MaskType , StrLike , Tuple [Union [MaskType , Index , Sequence [Scalar ], Series [_bool ], Scalar ], Union [MaskType , Sequence [Scalar ], Scalar ]],],
77
- value : Union [Scalar , _np .ndarray , Series [Dtype ], DataFrame ],
77
+ value : Union [S1 , _np .ndarray , Series [Dtype ], DataFrame ],
78
78
) -> None : ...
79
79
80
80
0 commit comments