mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
Remove old Python style
This commit is contained in:
parent
7223ea3c3f
commit
4ed1fff518
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue