From b87625bb10bcc53d726d6933a3a1830e2f4febea Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 23 Jul 2023 02:21:20 -0500 Subject: [PATCH] tui: fix linting... remove todo :/ --- src/amdgpu_stats/tui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/amdgpu_stats/tui.py b/src/amdgpu_stats/tui.py index 02de5a6..7d8499e 100644 --- a/src/amdgpu_stats/tui.py +++ b/src/amdgpu_stats/tui.py @@ -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"],