mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-07 19:08:32 -05:00
Let ruff autofix some things from the newest version
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user