chore: remove duplicate import

This commit is contained in:
lxobr 2025-12-19 16:24:49 +01:00
parent c3cec818d7
commit f6c76ce19e

View file

@ -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: