From c43dcd36c46551dbb9ce4ca943169becb81c0f01 Mon Sep 17 00:00:00 2001 From: Ana Custura Date: Mon, 19 Feb 2024 12:21:02 +0000 Subject: [PATCH] Formatting fixes --- app/cli/automate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/cli/automate.py b/app/cli/automate.py index 6c01499..fc5162e 100644 --- a/app/cli/automate.py +++ b/app/cli/automate.py @@ -153,8 +153,8 @@ def run_job(job_cls: Type[BaseAutomation], *, else: automation.state = AutomationState.ERROR safe_jobs = [ - "proxy_cloudfront", "static_aws", "list_http_post", "list_s3", "list_github", "list_gitlab" - ] + "proxy_cloudfront", "static_aws", "list_http_post", "list_s3", "list_github", "list_gitlab" + ] if job.short_name not in safe_jobs: automation.enabled = False automation.next_run = None