Skip to content

Commit

Permalink
Remove reference to unused response var.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Nov 27, 2023
1 parent 322467b commit c180e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/operation/publish_dashboard_from_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
)
Expand Down

0 comments on commit c180e33

Please sign in to comment.