Skip to content

Commit

Permalink
fix: fix wrong call to run_nutriscore_object_detection
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Apr 13, 2023
1 parent 32cc8f8 commit a211249
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions robotoff/workers/tasks/import_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,7 @@ def run_nutrition_table_object_detection(product_id: ProductIdentifier, image_ur
}


def run_nutriscore_object_detection(
product_id: ProductIdentifier, image_url: str, server_domain: str
):
def run_nutriscore_object_detection(product_id: ProductIdentifier, image_url: str):
logger.info(
"Running nutriscore object detection for %s, image %s", product_id, image_url
)
Expand Down

0 comments on commit a211249

Please sign in to comment.