format
This commit is contained in:
ArnoChen
2025-02-10 00:33:39 +08:00
parent 09ee968926
commit 1c7f918d8c
11 changed files with 8 additions and 11 deletions

View File

@@ -383,7 +383,7 @@ class Neo4JStorage(BaseGraphStorage):
async with self._driver.session(database=self._DATABASE) as session:
try:
main_query = ""
if label == '*':
if label == "*":
main_query = """
MATCH (n)
WITH collect(DISTINCT n) AS nodes