apply unsafe fixes (ruff check --unsafe-fixes --fix)

This commit is contained in:
Arthur Deierlein
2024-12-17 22:55:38 +01:00
parent ad7daafc50
commit a63ea662f4
28 changed files with 129 additions and 125 deletions
+1 -2
View File
@@ -84,8 +84,7 @@ class TestActionsDecoding(unittest.TestCase):
self.assertEqual(actions[0].action_type, scheduled_tasks.ActionType.Exe)
except Exception:
self.fail(
"ActionDecoder.decode should not raise exception:\n%s"
% traceback.format_exc()
f"ActionDecoder.decode should not raise exception:\n{traceback.format_exc()}"
)