From 4ed1fff518dd75411f13e88ade4b808411711646 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sun, 22 Apr 2018 16:28:03 +0100 Subject: [PATCH] Remove old Python style --- src/documents/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documents/models.py b/src/documents/models.py index e77d5507b..420afa426 100644 --- a/src/documents/models.py +++ b/src/documents/models.py @@ -319,7 +319,7 @@ class Log(models.Model): models.Model.save(self, *args, **kwargs) -class FileInfo(object): +class FileInfo: # This epic regex *almost* worked for our needs, so I'm keeping it here for # posterity, in the hopes that we might find a way to make it work one day.