From ca132983d6bd3b8ddd9c059d99a38fa3c1ea0d83 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 30 Apr 2025 09:22:45 -0500 Subject: [PATCH] remove --- frigate/comms/event_metadata_updater.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/frigate/comms/event_metadata_updater.py b/frigate/comms/event_metadata_updater.py index 95e3d7a76..6adcaf4be 100644 --- a/frigate/comms/event_metadata_updater.py +++ b/frigate/comms/event_metadata_updater.py @@ -39,9 +39,6 @@ class EventMetadataSubscriber(Subscriber): def __init__(self, topic: EventMetadataTypeEnum) -> None: super().__init__(topic.value) - def check_for_update(self, timeout: float) -> tuple | None: - return super().check_for_update(timeout) - def _return_object(self, topic: str, payload: tuple) -> tuple: if payload is None: return (None, None)