Skip to content

Commit bcc205b

Browse files
bug fix
1 parent 040fc58 commit bcc205b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interface/Interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Base:
66
getindex, setindex!, empty!, copy, size, adjoint, ==
77

88
import SuiteSparseGraphBLAS:
9-
GrB_Info, GrB_Index, GrB_Matrix, GrB_Vector, GrB_Descriptor, GrB_Desc_Field, GrB_Desc_Value
9+
GrB_Matrix, GrB_Vector, GrB_Descriptor
1010

1111
include("Utils.jl")
1212
include("./Object_Methods/Matrix_Methods.jl")

0 commit comments

Comments
 (0)