Skip to content

Commit

Permalink
chore: move using Graphs to main file
Browse files Browse the repository at this point in the history
  • Loading branch information
askorupka committed Sep 29, 2024
1 parent dbd7fc2 commit ec65d67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions GraphNeuralNetworks/src/GraphNeuralNetworks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ using NNlib: scatter, gather
using ChainRulesCore
using Reexport
using MLUtils: zeros_like
using Graphs

using GNNGraphs: COO_T, ADJMAT_T, SPARSE_T,
check_num_nodes, check_num_edges,
Expand Down
3 changes: 0 additions & 3 deletions GraphNeuralNetworks/src/samplers.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using GraphNeuralNetworks
using Graphs

"""
struct NeighborLoader
Expand Down

0 comments on commit ec65d67

Please sign in to comment.