Merge pull request #1298 from IcySugar000/main

Update neo4j_impl.py
This commit is contained in:
Daniel.y 2025-04-07 22:39:25 +08:00 committed by GitHub
commit 2abc26b718
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -348,7 +348,7 @@ class Neo4JStorage(BaseGraphStorage):
degree = record["degree"]
logger.debug(
"Neo4j query node degree for {node_id} return: {degree}"
f"Neo4j query node degree for {node_id} return: {degree}"
)
return degree
finally: