mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
Style and removal of Python 2.7 stuff
This commit is contained in:
parent
9cef689106
commit
fb1da4834c
2 changed files with 4 additions and 6 deletions
|
|
@ -22,7 +22,7 @@ class ConsumerError(Exception):
|
|||
pass
|
||||
|
||||
|
||||
class Consumer(object):
|
||||
class Consumer:
|
||||
"""
|
||||
Loop over every file found in CONSUMPTION_DIR and:
|
||||
1. Convert it to a greyscale pnm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue