Skip to content

Commit 31ad299

Browse files
committed
Remove already implemented __init__ method
1 parent 72e99c2 commit 31ad299

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dpnp/dpnp_array.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ def __index__(self, /):
380380
"""Convert a zero-dimensional array to a Python int object."""
381381
return self._array_obj.__index__()
382382

383-
# '__init__',
384383
# '__init_subclass__',
385384

386385
def __int__(self, /):

0 commit comments

Comments
 (0)