Skip to content

Commit 7243b77

Browse files
Update graphgen/operators/community/generate_cot.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b18ac2a commit 7243b77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graphgen/operators/community/generate_cot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async def generate_cot(
3131

3232
async def _generate_from_single_community(
3333
community_id: int, nodes: List[str]
34-
) -> tuple[int, tuple]:
34+
) -> Tuple[int, Tuple[str, str, str]]:
3535
"""Summarize a single community."""
3636
async with semaphore:
3737
entities: List[str] = []

0 commit comments

Comments
 (0)