Skip to content

Commit d80e473

Browse files
ganesh-k13charris
authored andcommitted
BUG: Removed typing for == and != in dtypes
1 parent 98d88c6 commit d80e473

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

numpy/__init__.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,8 +1075,6 @@ class dtype(Generic[_DTypeScalar_co]):
10751075
# literals as of mypy 0.800. Set the return-type to `Any` for now.
10761076
def __rmul__(self, value: int) -> Any: ...
10771077

1078-
def __eq__(self, other: DTypeLike) -> bool: ...
1079-
def __ne__(self, other: DTypeLike) -> bool: ...
10801078
def __gt__(self, other: DTypeLike) -> bool: ...
10811079
def __ge__(self, other: DTypeLike) -> bool: ...
10821080
def __lt__(self, other: DTypeLike) -> bool: ...

0 commit comments

Comments
 (0)