Skip to content
Snippets Groups Projects
Commit d988cb89 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

fix linting

parent 4969386e
No related branches found
No related tags found
1 merge request!402API Backward Compatibility and Deprecations
Pipeline #67477 passed
...@@ -54,7 +54,8 @@ def create_kernel( ...@@ -54,7 +54,8 @@ def create_kernel(
""" """
ctx = KernelCreationContext( ctx = KernelCreationContext(
default_dtype=create_numeric_type(config.default_dtype), index_dtype=config.index_dtype default_dtype=create_numeric_type(config.default_dtype),
index_dtype=config.index_dtype,
) )
if isinstance(assignments, Assignment): if isinstance(assignments, Assignment):
...@@ -154,4 +155,3 @@ def create_kernel_function( ...@@ -154,4 +155,3 @@ def create_kernel_function(
) )
kfunc.metadata.update(ctx.metadata) kfunc.metadata.update(ctx.metadata)
return kfunc return kfunc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment