Skip to content

Commit

Permalink
Merge pull request #185 from WikiMovimentoBrasil/2025-02-optimize-rer…
Browse files Browse the repository at this point in the history
…unning-batches

fix: remove unused method
  • Loading branch information
arcstur authored Feb 20, 2025
2 parents 8fc3aab + 084a659 commit 7785409
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ def block_with_message(self, message):
self.status = self.STATUS_BLOCKED
self.save()

def mark_as_value_type_verified(self):
self.value_type_verified = True
self.save()

@property
def is_preview(self):
return self.status == Batch.STATUS_PREVIEW
Expand Down

0 comments on commit 7785409

Please sign in to comment.