From a33298ea95ba65a1ed23b0bf7597c1e992f061f8 Mon Sep 17 00:00:00 2001 From: kingtroga Date: Sun, 22 Dec 2024 01:08:24 +0100 Subject: [PATCH] added empty new line --- .../langchain_community/chat_message_histories/falkordb.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/community/langchain_community/chat_message_histories/falkordb.py b/libs/community/langchain_community/chat_message_histories/falkordb.py index faff663245de8..0cd2b4baff2df 100644 --- a/libs/community/langchain_community/chat_message_histories/falkordb.py +++ b/libs/community/langchain_community/chat_message_histories/falkordb.py @@ -219,4 +219,3 @@ def clear(self) -> None: "WITH m DELETE m" ) self._database.query(query) - \ No newline at end of file