mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-25 23:59:09 -06:00
Llint
This commit is contained in:
@@ -146,7 +146,7 @@ def consume_file(
|
|||||||
overrides = DocumentMetadataOverrides()
|
overrides = DocumentMetadataOverrides()
|
||||||
|
|
||||||
plugins: list[type[ConsumeTaskPlugin]] = (
|
plugins: list[type[ConsumeTaskPlugin]] = (
|
||||||
[ConsumerPreflightPlugin,ConsumerPlugin]
|
[ConsumerPreflightPlugin, ConsumerPlugin]
|
||||||
if input_doc.head_version_id is not None
|
if input_doc.head_version_id is not None
|
||||||
else [
|
else [
|
||||||
ConsumerPreflightPlugin,
|
ConsumerPreflightPlugin,
|
||||||
|
|||||||
Reference in New Issue
Block a user