diff --git a/dpctl/_sycl_platform.pyx b/dpctl/_sycl_platform.pyx index c27cb63dad..88dcb25dc3 100644 --- a/dpctl/_sycl_platform.pyx +++ b/dpctl/_sycl_platform.pyx @@ -181,7 +181,6 @@ cdef class SyclPlatform(_SyclPlatform): + ", " + self.vendor + ", " - + " " + self.version + "] at {}>".format(hex(id(self))) )