Skip to content

Commit fdde3b7

Browse files
authored
Update backend_utils.py
1 parent 4482156 commit fdde3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_geometric/utils/rag/backend_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
Partitioner,
3434
)
3535
from torch_geometric.nn.nlp import SentenceTransformer
36-
from torch_geometric.typing import EdgeType, NodeType
36+
from torch_geometric.typing import EdgeType, NodeType, InputNodes
3737

3838
try:
3939
from pandas import DataFrame

0 commit comments

Comments
 (0)