interface: reclassify "todo" failing linting as "nice to have" :)
This commit is contained in:
parent
798154faac
commit
2fe7f8bc94
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Reference in a new issue