Skip to content

Commit d53d8b8

Browse files
more black voodoo
1 parent 2aab77b commit d53d8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tests/test_dparray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def func_operation_with_const(dpctl_array):
5959
C = self.X * 5
6060
dp_func = func_operation_with_const(C)
6161
self.assertIsInstance(dp_func, dparray.ndarray)
62-
62+
6363
def test_dparray_mixing_dpctl_and_numpy(self):
6464
dp_numpy = numpy.ones((256, 4), dtype="d")
6565
res = dp_numpy * self.X

0 commit comments

Comments
 (0)