diff --git a/pystencils_tests/test_opencl.py b/pystencils_tests/test_opencl.py
index 42c53336749c11c02bff612522c53905c4e2d4c5..315142361234b3de9b8233b8ad1961e7c9fa9f77 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