diff --git a/dpctl/_sycl_queue_manager.pxd b/dpctl/_sycl_queue_manager.pxd index 2885daa54b..30b24c1fad 100644 --- a/dpctl/_sycl_queue_manager.pxd +++ b/dpctl/_sycl_queue_manager.pxd @@ -20,6 +20,6 @@ from ._sycl_queue cimport SyclQueue -cpdef public SyclQueue get_current_queue() +cpdef SyclQueue get_current_queue() cpdef get_current_device_type () cpdef get_current_backend()