diff --git a/core/operation/publish_dashboard_from_template.py b/core/operation/publish_dashboard_from_template.py index 9305358..79ee6af 100644 --- a/core/operation/publish_dashboard_from_template.py +++ b/core/operation/publish_dashboard_from_template.py @@ -149,7 +149,7 @@ def _recreate_dashboard(self, dashboard_params: dict) -> tuple[str, str]: :return: Dashboard ARN, Dashboard ID """ try: - response = self._qs_client.delete_dashboard( + _ = self._qs_client.delete_dashboard( AwsAccountId=dashboard_params["AwsAccountId"], DashboardId=dashboard_params["DashboardId"], )