summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/__init__.pyi2
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/__init__.pyi b/numpy/__init__.pyi
index 066ac2451..e1e3366b9 100644
--- a/numpy/__init__.pyi
+++ b/numpy/__init__.pyi
@@ -1081,8 +1081,6 @@ class dtype(Generic[_DTypeScalar_co]):
# literals as of mypy 0.800. Set the return-type to `Any` for now.
def __rmul__(self, value: int) -> Any: ...
- def __eq__(self, other: DTypeLike) -> bool: ...
- def __ne__(self, other: DTypeLike) -> bool: ...
def __gt__(self, other: DTypeLike) -> bool: ...
def __ge__(self, other: DTypeLike) -> bool: ...
def __lt__(self, other: DTypeLike) -> bool: ...