Skip to content
Snippets Groups Projects
Commit d5a09762 authored by Markus Holzer's avatar Markus Holzer
Browse files

Fix linter

parent 501f59d9
1 merge request!412[FIX] Vector Size for SVE instruction set is in free kernel parameters
Pipeline #69189 passed with stages
in 21 minutes and 34 seconds
......@@ -194,4 +194,4 @@ class CFunction(TypedSymbol):
return self.name, self.dtype
def __getnewargs_ex__(self):
return (self.name, self.dtype), {}
\ No newline at end of file
return (self.name, self.dtype), {}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment