Skip to content

Commit

Permalink
Linter is being difficult.
Browse files Browse the repository at this point in the history
  • Loading branch information
freddieknets committed Oct 19, 2024
1 parent 74a9963 commit 24f0db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xobjects/context_cpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def compile_kernel(

for pyname, kernel in kernel_descriptions.items():
# check if kernel not already declared
if f' {kernel.c_name}(' not in cdefs:
if f" {kernel.c_name}(" not in cdefs:
signature = cdef_from_kernel(kernel, pyname)
ffi_interface.cdef(signature)
log.debug(f"cffi def {pyname} {signature}")
Expand Down

0 comments on commit 24f0db1

Please sign in to comment.