Skip to content

Commit c5bf139

Browse files
DrTodd13Diptorup Deb
authored andcommitted
black fixes
1 parent 00b05d0 commit c5bf139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/dptensor/numpy_usm_shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def __array_ufunc__(self, ufunc, method, *inputs, **kwargs):
311311
N = inp.shape
312312
else:
313313
return NotImplemented
314-
assert("out" not in kwargs)
314+
assert "out" not in kwargs
315315
return super().__array_ufunc__(ufunc, method, *scalars, **kwargs)
316316
else:
317317
return NotImplemented

0 commit comments

Comments
 (0)