Skip to content

Commit

Permalink
feat: 🐛 Forgot a return
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyarancio committed Sep 4, 2024
1 parent cb49cd9 commit be475bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robotoff/insights/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ def is_conflicting_insight(
cls, candidate: ProductInsight, reference: ProductInsight
) -> bool:
# Same language
candidate.value_tag == reference.value_tag
return candidate.value_tag == reference.value_tag

@classmethod
def _keep_prediction(
Expand Down

0 comments on commit be475bd

Please sign in to comment.