Fix linting

This commit is contained in:
yangdx
2025-04-04 00:07:21 +08:00
parent a809bc7945
commit 399b2f14f6
2 changed files with 14 additions and 9 deletions

View File

@@ -833,7 +833,7 @@ class Neo4JStorage(BaseGraphStorage):
logger.info(
f"Subgraph query successful | Node count: {len(result.nodes)} | Edge count: {len(result.edges)}"
)
)
except neo4jExceptions.ClientError as e:
logger.warning(f"APOC plugin error: {str(e)}")