From 1ef977d340975aab600317b2b72b9b924321716d Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Wed, 27 Apr 2022 06:36:28 -0600 Subject: [PATCH] Formatting --- frigate/object_processing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/object_processing.py b/frigate/object_processing.py index 7065a8485..9c0b5e04e 100644 --- a/frigate/object_processing.py +++ b/frigate/object_processing.py @@ -868,7 +868,6 @@ class TrackedObjectProcessor(threading.Thread): # reset the last_motion so redundant `off` commands aren't sent self.last_motion_updates[camera] = 0 - def get_best(self, camera, label): # TODO: need a lock here camera_state = self.camera_states[camera]