@@ -211,7 +211,7 @@ class NAType:
211211 @overload
212212 def __and__ (self , other : Index , / ) -> Index : ... # type: ignore[overload-overlap]
213213 @overload
214- def __and__ (self , other : Literal [False ], / ) -> Literal [False ]: ...
214+ def __and__ (self , other : Literal [False ], / ) -> Literal [False ]: ... # type: ignore[overload-overlap]
215215 @overload
216216 def __and__ (self , other : object , / ) -> NAType : ...
217217 @overload
@@ -221,7 +221,7 @@ class NAType:
221221 @overload
222222 def __rand__ (self , other : Index , / ) -> Index : ... # type: ignore[overload-overlap]
223223 @overload
224- def __rand__ (self , other : Literal [False ], / ) -> Literal [False ]: ...
224+ def __rand__ (self , other : Literal [False ], / ) -> Literal [False ]: ... # type: ignore[overload-overlap]
225225 @overload
226226 def __rand__ (self , other : object , / ) -> NAType : ...
227227 @overload
@@ -231,7 +231,7 @@ class NAType:
231231 @overload
232232 def __or__ (self , other : Index , / ) -> Index : ... # type: ignore[overload-overlap]
233233 @overload
234- def __or__ (self , other : Literal [True ], / ) -> Literal [True ]: ...
234+ def __or__ (self , other : Literal [True ], / ) -> Literal [True ]: ... # type: ignore[overload-overlap]
235235 @overload
236236 def __or__ (self , other : object , / ) -> NAType : ...
237237 @overload
@@ -241,7 +241,7 @@ class NAType:
241241 @overload
242242 def __ror__ (self , other : Index , / ) -> Index : ... # type: ignore[overload-overlap]
243243 @overload
244- def __ror__ (self , other : Literal [True ], / ) -> Literal [True ]: ...
244+ def __ror__ (self , other : Literal [True ], / ) -> Literal [True ]: ... # type: ignore[overload-overlap]
245245 @overload
246246 def __ror__ (self , other : object , / ) -> NAType : ...
247247 @overload
0 commit comments