Archived
1
1
Fork 0

interface: reclassify "todo" failing linting as "nice to have" :)

This commit is contained in:
Josh Lay 2023-04-26 23:12:32 -05:00
parent 798154faac
commit 2fe7f8bc94
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -86,7 +86,7 @@ class GPUStats(App):
yield Container(GPUStatsWidget())
self.update_log("[bold green]App started, logging begin!")
self.update_log(f"[bold italic]Information source:[/] {hwmon_dir}")
# TODO: account for not storing these in dicts, but resolved in funcs
# nice-to-have: account for not storing these in dicts, but resolved in funcs
# for metric, source in SRC_FILES.items():
# self.update_log(f'[bold] {metric}:[/] {source}')
# for metric, source in TEMP_FILES.items():