Skip to content

Commit e008d5c

Browse files
committed
No need to override special method __subclasshook__
1 parent 44a4541 commit e008d5c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dpnp/dpnp_array.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,8 +566,6 @@ def __sub__(self, other, /):
566566
r"""Return :math:`\text{self - value}`."""
567567
return dpnp.subtract(self, other)
568568

569-
# '__subclasshook__',
570-
571569
@property
572570
def __sycl_usm_array_interface__(self):
573571
"""

0 commit comments

Comments
 (0)