Skip to content

Commit 9b27a84

Browse files
committed
Linter
1 parent 0810cd0 commit 9b27a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_graphblas_cffi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
include_dirs = [
2323
os.path.join(graphblas_root, "include"),
24-
os.path.join(graphblas_root, "include", "suitesparse")
24+
os.path.join(graphblas_root, "include", "suitesparse"),
2525
]
2626
library_dirs = [os.path.join(graphblas_root, "lib"), os.path.join(graphblas_root, "lib64")]
2727
if is_win:

0 commit comments

Comments
 (0)