From 593ce552afb0a86086bc0edb92c2719d7a93f459 Mon Sep 17 00:00:00 2001 From: DavIvek Date: Mon, 14 Jul 2025 14:26:39 +0200 Subject: [PATCH] run pre-commit --- lightrag/kg/memgraph_impl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/kg/memgraph_impl.py b/lightrag/kg/memgraph_impl.py index aff53429..4b640d2d 100644 --- a/lightrag/kg/memgraph_impl.py +++ b/lightrag/kg/memgraph_impl.py @@ -901,4 +901,4 @@ class MemgraphStorage(BaseGraphStorage): except Exception as e: logger.warning(f"Memgraph error during subgraph query: {str(e)}") - return result \ No newline at end of file + return result