format code

This commit is contained in:
Gwyn Hannay
2022-07-29 20:32:07 -07:00
committed by Trenton Holmes
parent 4194b248b9
commit e3cc5c3013
3 changed files with 13 additions and 6 deletions

View File

@@ -221,7 +221,7 @@ class Document(models.Model):
default=None,
unique=False,
null=True,
help_text=_("The original name of the file when it was uploaded")
help_text=_("The original name of the file when it was uploaded"),
)
archive_serial_number = models.IntegerField(