Skip to content

Commit

Permalink
removed the duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
sweng66 committed Feb 7, 2025
1 parent 6a8cdbc commit 32a7a65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion agr_literature_service/api/crud/search_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ def process_search_results(res): # pragma: no cover
res['aggregations']['confidence_levels'] = confidence_levels
res['aggregations']['source_methods'] = source_methods
res['aggregations']['source_evidence_assertions'] = source_evidence_assertions
res['aggregations'].pop("workflow_tags.workflow_tag_id.keyword", None)

# print("res['aggregations']['file_workflow']=", res['aggregations']['file_workflow'])

Expand Down

0 comments on commit 32a7a65

Please sign in to comment.