From e3f2f748acacaec16e117687919c51fc098bd96f Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 15 Aug 2025 15:02:01 -0600 Subject: [PATCH] Fix imports --- frigate/comms/zmq_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/comms/zmq_proxy.py b/frigate/comms/zmq_proxy.py index 32823f679..29329ec59 100644 --- a/frigate/comms/zmq_proxy.py +++ b/frigate/comms/zmq_proxy.py @@ -2,7 +2,7 @@ import json import threading -from typing import Any, Generic, Optional, TypeVar +from typing import Generic, TypeVar import zmq