Skip to content

Commit 1fedef8

Browse files
committed
lint
1 parent 59bf7f8 commit 1fedef8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_foreach.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,8 @@ def _test_pointwise_op(self, device, dtype, opinfo, N, is_fastpath, disable_fast
303303
self._pointwise_test(dtype, op, ref, inputs, is_fastpath and disable_fastpath,
304304
is_inplace=False, values=values, custom_values_err=custom_values_err)
305305
self._pointwise_test(
306-
dtype, inplace_op, inplace_ref, inputs, is_fastpath and disable_fastpath, is_inplace=True, values=values, custom_values_err=custom_values_err)
306+
dtype, inplace_op, inplace_ref, inputs, is_fastpath and disable_fastpath,
307+
is_inplace=True, values=values, custom_values_err=custom_values_err)
307308

308309
@skipMeta
309310
@ops(foreach_pointwise_op_db)

0 commit comments

Comments
 (0)