Skip to content

Commit

Permalink
Fix pre-commit issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nlachat-compassion committed Oct 8, 2024
1 parent 08e6d67 commit 1787d57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crowdfunding_compassion/models/crowdfunding_participant.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class CrowdfundingParticipant(models.Model):
"and to this partner.",
)


# kanban colors
color_sponsorship = fields.Char(compute="_compute_color_sponsorship")
color_product = fields.Char(compute="_compute_color_product")
Expand Down

0 comments on commit 1787d57

Please sign in to comment.