Skip to content

Commit 8149b33

Browse files
committed
Fix lint error
1 parent f05c22f commit 8149b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_stubs/_draft/manipulation_functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def moveaxis(
119119
x: array,
120120
source: Union[int, Tuple[int, ...]],
121121
destination: Union[int, Tuple[int, ...]],
122-
/
122+
/,
123123
) -> array:
124124
"""
125125
Moves array axes (dimensions) to new positions, while leaving other axes in their original positions.

0 commit comments

Comments
 (0)