From 200724a372b32cd8ca43c9cc1eb38c82ab24ddd5 Mon Sep 17 00:00:00 2001 From: ydshieh Date: Fri, 8 Dec 2023 10:44:16 +0100 Subject: [PATCH] fix --- utils/notification_service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/notification_service.py b/utils/notification_service.py index e9d5e584c912de..969107b3f88481 100644 --- a/utils/notification_service.py +++ b/utils/notification_service.py @@ -634,7 +634,6 @@ def get_reply_blocks(self, job_name, job_result, failures, device, text): ] def get_new_model_failure_blocks(self, with_header=True): - if self.prev_ci_artifacts is None: return {}