Formatting

This commit is contained in:
Nicolas Mowen 2024-10-25 06:36:44 -06:00
parent 3a46651d44
commit 08e58bd60b

View File

@ -320,7 +320,6 @@ def get_intel_gpu_stats() -> dict[str, str]:
except json.JSONDecodeError: except json.JSONDecodeError:
return get_stats_manually(output) return get_stats_manually(output)
results: dict[str, str] = {} results: dict[str, str] = {}
render = {"global": []} render = {"global": []}
video = {"global": []} video = {"global": []}