We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d88c6 commit d80e473Copy full SHA for d80e473
1 file changed
numpy/__init__.pyi
@@ -1075,8 +1075,6 @@ class dtype(Generic[_DTypeScalar_co]):
1075
# literals as of mypy 0.800. Set the return-type to `Any` for now.
1076
def __rmul__(self, value: int) -> Any: ...
1077
1078
- def __eq__(self, other: DTypeLike) -> bool: ...
1079
- def __ne__(self, other: DTypeLike) -> bool: ...
1080
def __gt__(self, other: DTypeLike) -> bool: ...
1081
def __ge__(self, other: DTypeLike) -> bool: ...
1082
def __lt__(self, other: DTypeLike) -> bool: ...
0 commit comments