Browse Source

Reformat bakerydemo/base/models.py

Thibaud Colas 1 năm trước cách đây
mục cha
commit
cd572f58a8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      bakerydemo/base/models.py

+ 1 - 1
bakerydemo/base/models.py

@@ -524,7 +524,7 @@ class UserApprovalTask(Task):
     """
     Based on https://docs.wagtail.org/en/stable/extending/custom_tasks.html.
     """
-    
+
     user = models.ForeignKey(
         settings.AUTH_USER_MODEL, on_delete=models.SET_NULL, null=True, blank=False
     )