black formatting

This commit is contained in:
olgavrou
2023-09-11 13:33:43 -04:00
parent ccea1e9147
commit 42d0d485a9
3 changed files with 4 additions and 2 deletions

View File

@@ -1,8 +1,9 @@
import ctypes
def is_libcublas_available() -> bool:
try:
ctypes.CDLL("libcublas.so")
return True
except OSError:
return False
return False