From 8825aaad9f0691132fe03681d94eedc147ffad90 Mon Sep 17 00:00:00 2001 From: Daulet Amirkhanov Date: Fri, 15 Aug 2025 11:01:08 +0100 Subject: [PATCH] format: ruff format --- cognee/infrastructure/databases/graph/get_graph_engine.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cognee/infrastructure/databases/graph/get_graph_engine.py b/cognee/infrastructure/databases/graph/get_graph_engine.py index 229fb27c4..4ec0eb483 100644 --- a/cognee/infrastructure/databases/graph/get_graph_engine.py +++ b/cognee/infrastructure/databases/graph/get_graph_engine.py @@ -21,7 +21,6 @@ async def get_graph_engine() -> GraphDBInterface: if hasattr(graph_client, "initialize"): await graph_client.initialize() - return graph_client