Skip to content

Commit acf401d

Browse files
del comment from prev commit
1 parent 55c8230 commit acf401d

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
@@ -734,7 +734,6 @@ def sum(self, axis=None, dtype=None, out=None, keepdims=False, initial=0, where=
734734
return dpnp.sum(self, axis, dtype, out, keepdims, initial, where)
735735

736736
# 'swapaxes',
737-
# 'take',
738737

739738
def take(self, indices, axis=None, out=None, mode='raise'):
740739
"""

0 commit comments

Comments
 (0)