Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
danielquinn committed Oct 7, 2018
1 parent 5d32e89 commit 65d6599
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/reminders/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
class Reminder(models.Model):

document = models.ForeignKey(
"documents.Document", on_delete=models.PROTECT
)
"documents.Document", on_delete=models.PROTECT)
date = models.DateTimeField()
note = models.TextField(blank=True)

0 comments on commit 65d6599

Please sign in to comment.