Skip to content

Commit f6c76ce

Browse files
committed
chore: remove duplicate import
1 parent c3cec81 commit f6c76ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cognee/modules/graph/cognee_graph/CogneeGraph.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ async def project_graph_from_db(
183183

184184
self.triplet_distance_penalty = triplet_distance_penalty
185185

186-
import time
187-
188186
start_time = time.time()
189187
# Process nodes
190188
for node_id, properties in nodes_data:

0 commit comments

Comments
 (0)