This commit is contained in:
LarFii
2024-11-19 16:52:26 +08:00
parent 8b8002803a
commit ce7f524174
3 changed files with 8 additions and 5 deletions

View File

@@ -214,7 +214,7 @@ class Neo4JStorage(BaseGraphStorage):
neo4jExceptions.ServiceUnavailable,
neo4jExceptions.TransientError,
neo4jExceptions.WriteServiceUnavailable,
neo4jExceptions.ClientError
neo4jExceptions.ClientError,
)
),
)