Skip to content

Commit

Permalink
address review for models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
czheng10 committed Mar 14, 2024
1 parent cf4da6e commit 1093ac8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class PartyContribution(models.Model):
Represents a contribution amount, the year it was donated, and the specific
recognized national party it was donated to
"""
# https://docs.djangoproject.com/en/5.0/ref/models/fields/#enumeration-types

party_name = models.CharField(
max_length=5,
Expand Down

0 comments on commit 1093ac8

Please sign in to comment.