Skip to content

Commit 962a97f

Browse files
Update GraphNeuralNetworks/src/GraphNeuralNetworks.jl
Co-authored-by: Carlo Lucibello <[email protected]>
1 parent e4dc977 commit 962a97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GraphNeuralNetworks/src/GraphNeuralNetworks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using NNlib: scatter, gather
1010
using ChainRulesCore
1111
using Reexport
1212
using MLUtils: zeros_like
13-
using Graphs
13+
using Graphs: Graphs
1414

1515
using GNNGraphs: COO_T, ADJMAT_T, SPARSE_T,
1616
check_num_nodes, check_num_edges,

0 commit comments

Comments
 (0)