Skip to content

Commit 0a99920

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c4562a3 commit 0a99920

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torch_geometric/utils/rag/feature_store.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
from torch_geometric.typing import InputEdges, InputNodes
1515
from torch_geometric.utils.rag.backend_utils import batch_knn
1616

17+
1718
# NOTE: Only compatible with Homogeneous graphs for now
1819
class KNNRAGFeatureStore(LocalFeatureStore):
1920
"""A feature store that uses a KNN-based approach to retrieve seed nodes and edges.

0 commit comments

Comments
 (0)