Skip to content

Commit bd3d0a6

Browse files
committed
Fix flake8
1 parent 0a0eb35 commit bd3d0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numba_cuda/numba/cuda/dispatcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def link_to_library_functions(library_functions, library_path,
152152
link_to_library_functions(cuda_fp16_math_funcs,
153153
'cpp_function_wrappers.cu',
154154
'__numba_wrapper_')
155-
155+
156156
self.maybe_link_nrt(link, tgt_ctx, asm)
157157

158158
for filepath in link:

0 commit comments

Comments
 (0)