Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
askorupka committed Oct 6, 2024
1 parent c2d3128 commit 7cf09fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GraphNeuralNetworks/src/GraphNeuralNetworks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using Reexport
using MLUtils: zeros_like

using GNNGraphs: induced_subgraph,
COO_T, ADJMAT_T, SPARSE_T,321
COO_T, ADJMAT_T, SPARSE_T,
check_num_nodes, check_num_edges,
EType, NType # for heteroconvs

Expand Down

0 comments on commit 7cf09fa

Please sign in to comment.