mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-23 23:49:08 -06:00
Upgrades black to v23, upgrades ruff
This commit is contained in:
@@ -23,7 +23,6 @@ def changed_password_check(app_configs, **kwargs):
|
||||
return [] # No documents table yet
|
||||
|
||||
if encrypted_doc:
|
||||
|
||||
if not settings.PASSPHRASE:
|
||||
return [
|
||||
Error(
|
||||
@@ -53,7 +52,6 @@ def changed_password_check(app_configs, **kwargs):
|
||||
|
||||
@register()
|
||||
def parser_check(app_configs, **kwargs):
|
||||
|
||||
parsers = []
|
||||
for response in document_consumer_declaration.send(None):
|
||||
parsers.append(response[1])
|
||||
|
||||
Reference in New Issue
Block a user