Skip to content

Commit 9108c80

Browse files
authored
style: remove empty line
1 parent c962b29 commit 9108c80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/array_api_stubs/_draft/linalg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ def eigvals(x: array, /) -> array:
359359
"""
360360

361361

362-
363362
def inv(x: array, /) -> array:
364363
r"""
365364
Returns the multiplicative inverse of a square matrix (or a stack of square matrices) ``x``.

0 commit comments

Comments
 (0)