Skip to content

Commit bcfe45d

Browse files
committed
No need to override __doc__ attribute
1 parent 63b8b2d commit bcfe45d

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
@@ -289,8 +289,6 @@ def __dlpack_device__(self, /):
289289

290290
return self._array_obj.__dlpack_device__()
291291

292-
# '__doc__',
293-
294292
def __eq__(self, other, /):
295293
r"""Return :math:`\text{self == value}`."""
296294
return dpnp.equal(self, other)

0 commit comments

Comments
 (0)