File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4277,15 +4277,15 @@ class bool(generic[_BoolItemT_co], Generic[_BoolItemT_co]):
42774277 @overload
42784278 def __truediv__ (self , x : float | integer | bool_ , / ) -> float64 : ...
42794279 @overload
4280- def __truediv__ (self , x : float | complex , / ) -> complex128 | float64 : ...
4280+ def __truediv__ (self , x : complex , / ) -> complex128 | float64 : ...
42814281
42824282 #
42834283 @overload
42844284 def __rtruediv__ (self , x : _InexactT , / ) -> _InexactT : ...
42854285 @overload
42864286 def __rtruediv__ (self , x : float | integer , / ) -> float64 : ...
42874287 @overload
4288- def __rtruediv__ (self , x : float | complex , / ) -> complex128 | float64 : ...
4288+ def __rtruediv__ (self , x : complex , / ) -> complex128 | float64 : ...
42894289
42904290 #
42914291 @overload
You can’t perform that action at this time.
0 commit comments