Skip to content

Commit

Permalink
rectify precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
MAVRICK-1 committed Feb 5, 2024
1 parent c4c8586 commit da3281e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iyp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,9 @@ def batch_add_properties(self, id_prop_list):
res = self.tx.run(add_query, batch=batch)
res.consume()
self.commit()

# Function to execute the Cypher query to set properties on relationships

def add_relationship_properties(
self,
node_label_properties,
Expand Down

0 comments on commit da3281e

Please sign in to comment.