diff --git a/robotoff/workers/tasks/import_image.py b/robotoff/workers/tasks/import_image.py index bb1bcb2867..9124a97c4e 100644 --- a/robotoff/workers/tasks/import_image.py +++ b/robotoff/workers/tasks/import_image.py @@ -434,7 +434,10 @@ def run_nutriscore_object_detection( def run_logo_object_detection( - product_id: ProductIdentifier, image_url: str, ocr_url: str, triton_uri: str | None + product_id: ProductIdentifier, + image_url: str, + ocr_url: str, + triton_uri: str | None = None, ) -> None: """Detect logos using the universal logo detector model and generate logo-related predictions.