Skip to content

Commit f643c43

Browse files
committed
Black is very demanding
1 parent 4884075 commit f643c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xobjects/context_cupy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def build_kernels(
460460
extra_compile_args = (
461461
*extra_compile_args,
462462
*include_flags,
463-
"-DXO_CONTEXT_CUDA"
463+
"-DXO_CONTEXT_CUDA",
464464
)
465465

466466
module = cupy.RawModule(

0 commit comments

Comments
 (0)