mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-09 15:03:21 +00:00
fix linting error
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import ctypes
|
||||
|
||||
def is_libcublas_available():
|
||||
def is_libcublas_available() -> bool:
|
||||
try:
|
||||
ctypes.CDLL("libcublas.so")
|
||||
return True
|
||||
|
Reference in New Issue
Block a user