mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-16 12:32:06 +00:00
fix linting error
This commit is contained in:
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…
Reference in New Issue
Block a user