Skip to content
Snippets Groups Projects
Commit b352a2e2 authored by Richard Angersbach's avatar Richard Angersbach
Browse files

Fix lint for jit/cpu_extension_module.py

parent 5ca40eae
No related branches found
No related tags found
1 merge request!438Reduction Support
Pipeline #72580 failed
......@@ -13,7 +13,7 @@ from ..codegen import (
Kernel,
Parameter,
)
from ..codegen.properties import FieldBasePtr, FieldShape, FieldStride, ReductionPointerVariable
from ..codegen.properties import FieldBasePtr, FieldShape, FieldStride
from ..types import (
PsType,
PsUnsignedIntegerType,
......@@ -21,7 +21,6 @@ from ..types import (
PsIeeeFloatType,
)
from ..types.quick import Fp, SInt, UInt
from ..field import Field
class PsKernelExtensioNModule:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment