fix linting error

This commit is contained in:
olgavrou 2023-09-11 13:31:47 -04:00
parent 7185fdc990
commit ccea1e9147

View File

@ -1,6 +1,6 @@
import ctypes
def is_libcublas_available():
def is_libcublas_available() -> bool:
try:
ctypes.CDLL("libcublas.so")
return True