mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
Remove old Python style
This commit is contained in:
@@ -319,7 +319,7 @@ class Log(models.Model):
|
|||||||
models.Model.save(self, *args, **kwargs)
|
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
|
# 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.
|
# posterity, in the hopes that we might find a way to make it work one day.
|
||||||
|
Reference in New Issue
Block a user