arangoml / fastgraphml

Given an input graph (ArangoDB or PyG) it generates graph embeddings using Low-Code framework built on top of PyG.
66 stars 7 forks source link

Fix for issue #22: ensuring order of imports and using local imports #23

Open yousshark opened 1 month ago

yousshark commented 1 month ago

Fix for Issue #22

Description

This PR addresses the issue described in #22 by ensuring order of imports and using local imports within functions to delay the import and avoid circular dependencies, and by implementing the following changes: