mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-19 18:31:14 +08:00
Remove un-needed __hash__ methods from stdlib (#8465)
This commit is contained in:
@@ -113,7 +113,6 @@ if sys.version_info >= (3, 8):
|
||||
__radd__ = __add__
|
||||
def __rsub__(self, x2: float | NormalDist) -> NormalDist: ...
|
||||
__rmul__ = __mul__
|
||||
def __hash__(self) -> int: ...
|
||||
|
||||
if sys.version_info >= (3, 10):
|
||||
def correlation(__x: Sequence[_Number], __y: Sequence[_Number]) -> float: ...
|
||||
|
||||
Reference in New Issue
Block a user