Skip to content

Commit

Permalink
undo new line
Browse files Browse the repository at this point in the history
  • Loading branch information
AnishReddyRavula committed Oct 5, 2023
1 parent 540bd41 commit 22f3bfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions allocations/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
def _format_date(dateobj):
return dateobj.strftime(allocation.JSON_DATE_FORMAT) if dateobj else None


class Allocation(models.Model):
STATUS = (
("inactive", "expired or overused"),
Expand Down

0 comments on commit 22f3bfa

Please sign in to comment.