From 08e58bd60b80e9b6afbf442fcd2cf92cf4feaf8e Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 25 Oct 2024 06:36:44 -0600 Subject: [PATCH] Formatting --- frigate/util/services.py | 1 - 1 file changed, 1 deletion(-) 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": []}