Skip to content

Commit e692a46

Browse files
committed
fixup: linting issue
Original NumPy Commit: 78923f0fa0cf8ff163d0f35f322ccf4411b1e742
1 parent 7d7c5b8 commit e692a46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

array_api_strict/tests/test_manipulation_functions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ def test_concat_errors():
1717

1818

1919
def test_stack_errors():
20-
assert_raises(TypeError, lambda: stack([asarray([1, 1], dtype=int8), asarray([2, 2], dtype=float64)]))
20+
assert_raises(TypeError, lambda: stack([asarray([1, 1], dtype=int8),
21+
asarray([2, 2], dtype=float64)]))
2122

2223

2324
def test_reshape_copy():

0 commit comments

Comments
 (0)