Skip to content

Commit

Permalink
added new line to the end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
kingtroga committed Dec 22, 2024
1 parent cebec56 commit 13a541c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,5 @@ def clear(self) -> None:
f"MATCH (s:{self._node_label})-[:LAST_MESSAGE|NEXT*0..]->(m:Message) "
"WITH m DELETE m"
)
self._database.query(query)
self._database.query(query)

0 comments on commit 13a541c

Please sign in to comment.