Skip to content

Commit

Permalink
fix: remove en:nutriscore detection alert
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Dec 15, 2022
1 parent 160c6ad commit d201d90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion robotoff/prediction/ocr/label.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ def process_es_bio_label_code(match) -> str:
re.compile(r"NUTRI-SCORE"),
field=OCRField.full_text,
lowercase=False,
notify=True,
),
],
"en:eu-non-eu-agriculture": [
Expand Down

0 comments on commit d201d90

Please sign in to comment.