Fix pycodestyle complaints

This commit is contained in:
Daniel Quinn
2018-09-09 20:55:37 +01:00
parent a3158eedf9
commit 69fc0d6d80
3 changed files with 4 additions and 4 deletions

View File

@@ -194,7 +194,7 @@ class Document(models.Model):
TYPE_TIF = "tiff"
TYPE_TXT = "txt"
TYPE_CSV = "csv"
TYPE_MD = "md"
TYPE_MD = "md"
TYPES = (TYPE_PDF, TYPE_PNG, TYPE_JPG, TYPE_GIF, TYPE_TIF,
TYPE_TXT, TYPE_CSV, TYPE_MD)