mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 18:46:52 +01:00
Let ruff autofix some things from the newest version
This commit is contained in:
parent
71e4be2d5e
commit
70f3f98363
7 changed files with 16 additions and 16 deletions
|
|
@ -544,7 +544,7 @@ class MailAccountHandler(LoggingMixin):
|
|||
criterias = make_criterias(rule, supports_gmail_labels)
|
||||
|
||||
self.log.debug(
|
||||
f"Rule {rule}: Searching folder with criteria {str(criterias)}",
|
||||
f"Rule {rule}: Searching folder with criteria {criterias}",
|
||||
)
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue