Skip to content

Commit

Permalink
reformat file
Browse files Browse the repository at this point in the history
  • Loading branch information
hudy0 committed Jul 29, 2024
1 parent ef5a324 commit ff168fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dailyInbox/entries/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ class Entry(models.Model):
body = models.TextField()
when = models.DateField()
user = models.ForeignKey(
"accounts.User", on_delete=models.CASCADE, related_name="entries"
"accounts.User",
on_delete=models.CASCADE,
related_name="entries",
)
objects = EntryManager()

Expand Down

0 comments on commit ff168fd

Please sign in to comment.