Skip to content

Commit

Permalink
Drop unused local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Jan 2, 2024
1 parent c69cdbf commit ad30c52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sar_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2083,7 +2083,6 @@ def graph_info(names, sar_obj=None):
# title = '%idle'
# labels = ['CPU0', 'CPU1', 'CPU2', ...]
if len(perf.keys()) == 1:
c = list(cat.keys())[0]
perf_key = list(perf.keys())[0]
title = "%s" % (perf_key)
# It is an interrupt and sosreport exists and has interrupts dictionary
Expand Down

0 comments on commit ad30c52

Please sign in to comment.