Skip to content
Snippets Groups Projects
Commit f645c192 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Remove unused import in `test_opencl`

parent 6acfc72a
No related merge requests found
......@@ -5,7 +5,7 @@ import sympy as sp
import pystencils
from pystencils.backends.cuda_backend import CudaBackend
from pystencils.backends.opencl_backend import OpenClBackend
from pystencils.opencl.opencljit import get_global_cl_queue, init_globally, make_python_function
from pystencils.opencl.opencljit import get_global_cl_queue, make_python_function
try:
import pyopencl as cl
......
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