Skip to content

Commit f0fdf73

Browse files
committed
Fix syntax typo
1 parent 8bec9ec commit f0fdf73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graphrag/index/operations/extract_entities/graph_intelligence_strategy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ async def run_extract_entities(
107107

108108
entities = [
109109
({"title": item[0], **(item[1] or {})})
110-
({"name": item[0], **(item[1] or {})})
111110
for item in graph.nodes(data=True)
112111
if item is not None
113112
]

0 commit comments

Comments
 (0)