mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
format code
This commit is contained in:
parent
4194b248b9
commit
e3cc5c3013
3 changed files with 13 additions and 6 deletions
|
|
@ -475,7 +475,7 @@ class Consumer(LoggingMixin):
|
|||
created=create_date,
|
||||
modified=create_date,
|
||||
storage_type=storage_type,
|
||||
original_filename=self.filename
|
||||
original_filename=self.filename,
|
||||
)
|
||||
|
||||
self.apply_overrides(document)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue