Fix linting
This commit is contained in:
parent
cd67d7cd79
commit
c72c149e71
1 changed files with 3 additions and 1 deletions
|
|
@ -532,7 +532,9 @@ class Neo4JStorage(BaseGraphStorage):
|
|||
"""
|
||||
% entity_type
|
||||
)
|
||||
result = await tx.run(query, entity_id=node_id, properties=properties)
|
||||
result = await tx.run(
|
||||
query, entity_id=node_id, properties=properties
|
||||
)
|
||||
logger.debug(
|
||||
f"Upserted node with entity_id '{node_id}' and properties: {properties}"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue