From f645c192593a831cd61160d680604506e2a2ee86 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Thu, 16 Jan 2020 11:44:44 +0100 Subject: [PATCH] Remove unused import in `test_opencl` --- pystencils_tests/test_opencl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pystencils_tests/test_opencl.py b/pystencils_tests/test_opencl.py index 42c533367..315142361 100644 --- a/pystencils_tests/test_opencl.py +++ b/pystencils_tests/test_opencl.py @@ -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 -- GitLab