From 54b20f4ba998d34b54d288e6a7ed07e3d92d9706 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 9 Sep 2025 16:36:23 -0600 Subject: [PATCH] Formatting --- frigate/detectors/plugins/zmq_ipc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/detectors/plugins/zmq_ipc.py b/frigate/detectors/plugins/zmq_ipc.py index cc7d8dbd4..aa7113c72 100644 --- a/frigate/detectors/plugins/zmq_ipc.py +++ b/frigate/detectors/plugins/zmq_ipc.py @@ -82,7 +82,7 @@ class ZmqIpcDetector(DetectionApi): header: dict[str, Any] = { "shape": list(tensor_input.shape), "dtype": str(tensor_input.dtype.name), - "model_type": str(self.detector_config.model.model_type.name) + "model_type": str(self.detector_config.model.model_type.name), } return json.dumps(header).encode("utf-8")