Archived
1
1
Fork 0

tui: fix linting... remove todo :/

This commit is contained in:
Josh Lay 2023-07-23 02:21:20 -05:00
parent bdaaa11d66
commit b87625bb10
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -59,7 +59,6 @@ class GPUStatsWidget(Static):
#
# first, a subset of the power stats - gather them all
# ... then map to a smaller dict that's used to update the table
# TODO: remove second dictionary, walk the one we have. some rigidity in expected names.
_all_pwr = get_power_stats(card=card)
power_stats = {
"usage": _all_pwr["average"],