Skip to content

Commit

Permalink
pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzovagliano committed Sep 23, 2024
1 parent d568acc commit bb546a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scoap3/articles/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ class ComplianceReport(models.Model):
)
compliant = models.BooleanField(default=False)


def __str__(self):
return f"Compliance Report for {self.article.title} on {self.report_date.strftime('%Y-%m-%d')}"

Expand Down

0 comments on commit bb546a7

Please sign in to comment.