From f6c76ce19edaf7ca2301adfec2acecc6a0ed50e6 Mon Sep 17 00:00:00 2001 From: lxobr <122801072+lxobr@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:24:49 +0100 Subject: [PATCH] chore: remove duplicate import --- cognee/modules/graph/cognee_graph/CogneeGraph.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cognee/modules/graph/cognee_graph/CogneeGraph.py b/cognee/modules/graph/cognee_graph/CogneeGraph.py index da8c2254a..bec9b15fd 100644 --- a/cognee/modules/graph/cognee_graph/CogneeGraph.py +++ b/cognee/modules/graph/cognee_graph/CogneeGraph.py @@ -183,8 +183,6 @@ class CogneeGraph(CogneeAbstractGraph): self.triplet_distance_penalty = triplet_distance_penalty - import time - start_time = time.time() # Process nodes for node_id, properties in nodes_data: