Skip to content

Commit e524175

Browse files
authored
Update __init__.py
1 parent 6bc1390 commit e524175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torch_geometric/llm/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
from .models import * # noqa
55

66
__all__ = classes = [
7-
LargeGraphIndexer,
8-
RAGQueryLoader,
7+
'LargeGraphIndexer',
8+
'RAGQueryLoader',
99
]

0 commit comments

Comments
 (0)