Skip to content

Commit 6519b96

Browse files
committed
Ruff
1 parent e94084f commit 6519b96

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

graphrag/index/update/entities.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,12 @@
33

44
"""Entity related operations and utils for Incremental Indexing."""
55

6-
import asyncio
76
import itertools
87

98
import numpy as np
109
import pandas as pd
1110

12-
from graphrag.cache.pipeline_cache import PipelineCache
13-
from graphrag.callbacks.workflow_callbacks import WorkflowCallbacks
14-
from graphrag.config.models.graph_rag_config import GraphRagConfig
1511
from graphrag.data_model.schemas import ENTITIES_FINAL_COLUMNS
16-
from graphrag.index.operations.summarize_descriptions.graph_intelligence_strategy import (
17-
run_graph_intelligence as run_entity_summarization,
18-
)
1912

2013

2114
def _group_and_resolve_entities(

0 commit comments

Comments
 (0)