Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…rver into deepseek
  • Loading branch information
dhirenmathur committed Jan 30, 2025
2 parents eea8315 + e78e371 commit 24d5f44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/modules/parsing/graph_construction/parsing_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ async def analyze_directory(
n, r = graph_constructor.build_graph()
graph_manager.create_nodes(n)
graph_manager.create_edges(r)
graph_manager.close()
await self.project_service.update_project_status(
project_id, ProjectStatusEnum.PARSED
)
Expand Down

0 comments on commit 24d5f44

Please sign in to comment.