Skip to content

Commit cd572f5

Browse files
committed
Reformat bakerydemo/base/models.py
1 parent 7cbb0ec commit cd572f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bakerydemo/base/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ class UserApprovalTask(Task):
524524
"""
525525
Based on https://docs.wagtail.org/en/stable/extending/custom_tasks.html.
526526
"""
527-
527+
528528
user = models.ForeignKey(
529529
settings.AUTH_USER_MODEL, on_delete=models.SET_NULL, null=True, blank=False
530530
)

0 commit comments

Comments
 (0)