Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wiechert <wio@psitrax.de>
  • Loading branch information
psi-4ward committed Feb 11, 2022
1 parent 2a8d0bb commit fcd52f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smartmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ def collect_disks_smart_metrics(wakeup_disks):
if device.type == 'nvme':
yield from collect_nvme_metrics(device)


def main():
parser = argparse.ArgumentParser()
parser.add_argument('-s', '--wakeup-disks', dest='wakeup_disks', action='store_true')
Expand Down

0 comments on commit fcd52f3

Please sign in to comment.