Let ruff autofix some things from the newest version

This commit is contained in:
Trenton H
2023-06-13 10:55:52 -07:00
parent 71e4be2d5e
commit 70f3f98363
7 changed files with 16 additions and 16 deletions

View File

@@ -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: