Skip to content

Commit 337243a

Browse files
authored
Remove unused function
1 parent 2f53fde commit 337243a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

spec/API_specification/signatures/creation_functions.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -369,15 +369,3 @@ def zeros_like(x: array, /, *, dtype: Optional[dtype] = None, device: Optional[d
369369
out: array
370370
an array having the same shape as ``x`` and filled with zeros.
371371
"""
372-
373-
def test():
374-
"""
375-
Parameters
376-
----------
377-
378-
Returns
379-
-------
380-
381-
Notes
382-
-----
383-
"""

0 commit comments

Comments
 (0)