Skip to content

Commit 63b8b2d

Browse files
committed
No need to override __delitem__
numpy.ndarray has it, but raised "ValueError: cannot delete array elements" when trying to delete an element in the array.
1 parent ec948f7 commit 63b8b2d

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
@@ -206,7 +206,6 @@ def __copy__(self):
206206
return self.copy(order="K")
207207

208208
# '__deepcopy__',
209-
# '__delitem__',
210209
# '__dir__',
211210
# '__divmod__',
212211

0 commit comments

Comments
 (0)