fix linting error

pull/10242/head
olgavrou 1 year ago
parent 7185fdc990
commit ccea1e9147

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

Loading…
Cancel
Save