Skip to content

Commit 81b71d2

Browse files
Fixing pre-commit error
1 parent 4571a66 commit 81b71d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpctl/tests/elementwise/test_sin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def test_sin_error_dtype(dtype):
158158
TypeError, "Output array of type.*is needed", dpt.sin, x, y
159159
)
160160

161+
161162
@pytest.mark.parametrize(
162163
"np_call, dpt_call", [(np.sin, dpt.sin), (np.cos, dpt.cos)]
163164
)

0 commit comments

Comments
 (0)