Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aristizabal95 committed Jul 10, 2024
1 parent 6d7d02a commit a05895d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/monitor/rano_monitor/widgets/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def update_summary(self):
if report_df.empty:
return
package_btns = self.query_one("#package-btns", Center)
hint_msg = self.query_one("#hint-msg", Static)
# Generate progress bars for all states
display_report_df = report_df.copy(deep=True)
display_report_df.loc[list(self.invalid_subjects), "status_name"] = (
Expand Down

0 comments on commit a05895d

Please sign in to comment.