Skip to content

Commit

Permalink
fix: fix is_data_required method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Aug 25, 2023
1 parent b620062 commit 6342832
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion robotoff/insights/annotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,8 @@ def process_annotation(
insight.save()
return SAVED_ANNOTATION_RESULT

def is_data_required(self):
@classmethod
def is_data_required(cls) -> bool:
return True


Expand Down

0 comments on commit 6342832

Please sign in to comment.