Fix linting

This commit is contained in:
yangdx
2025-03-10 17:30:40 +08:00
parent 5d64f3b0a0
commit bbff3ed0ab
2 changed files with 10 additions and 4 deletions

View File

@@ -341,7 +341,7 @@ async def extract_entities(
relationships_vdb: BaseVectorStorage,
global_config: dict[str, str],
pipeline_status: dict = None,
pipeline_status_lock = None,
pipeline_status_lock=None,
llm_response_cache: BaseKVStorage | None = None,
) -> None:
use_llm_func: callable = global_config["llm_model_func"]