@@ -6,7 +6,7 @@ import sys
66from pandas .core .indexing import _iLocIndexer , _LocIndexer
77from matplotlib .axes import Axes as PlotAxes
88from 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
1010from pandas .core .generic import NDFrame as NDFrame
1111from pandas .core .groupby import DataFrameGroupBy as DataFrameGroupBy
1212from pandas .core .groupby .grouper import Grouper
@@ -74,7 +74,7 @@ class _LocIndexerFrame(_LocIndexer):
7474 def __setitem__ (
7575 self ,
7676 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 ],
7878 ) -> None : ...
7979
8080
0 commit comments