diff --git a/frigate/util/services.py b/frigate/util/services.py index 7608024af..a71729263 100644 --- a/frigate/util/services.py +++ b/frigate/util/services.py @@ -320,7 +320,6 @@ def get_intel_gpu_stats() -> dict[str, str]: except json.JSONDecodeError: return get_stats_manually(output) - results: dict[str, str] = {} render = {"global": []} video = {"global": []}