Skip to content

Commit 246e38a

Browse files
committed
Don't require the arguments to assert_keepdimable_shape to be positional-only
1 parent 335574e commit 246e38a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

array_api_tests/pytest_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ def assert_keepdimable_shape(
267267
out_shape: Shape,
268268
axes: Tuple[int, ...],
269269
keepdims: bool,
270-
/,
271270
**kw,
272271
):
273272
"""

0 commit comments

Comments
 (0)