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]):
4277
4277
@overload
4278
4278
def __truediv__ (self , x : float | integer | bool_ , / ) -> float64 : ...
4279
4279
@overload
4280
- def __truediv__ (self , x : float | complex , / ) -> complex128 | float64 : ...
4280
+ def __truediv__ (self , x : complex , / ) -> complex128 | float64 : ...
4281
4281
4282
4282
#
4283
4283
@overload
4284
4284
def __rtruediv__ (self , x : _InexactT , / ) -> _InexactT : ...
4285
4285
@overload
4286
4286
def __rtruediv__ (self , x : float | integer , / ) -> float64 : ...
4287
4287
@overload
4288
- def __rtruediv__ (self , x : float | complex , / ) -> complex128 | float64 : ...
4288
+ def __rtruediv__ (self , x : complex , / ) -> complex128 | float64 : ...
4289
4289
4290
4290
#
4291
4291
@overload
You can’t perform that action at this time.
0 commit comments