From 6476f8ade78a337be2244ead486d68e6d6365807 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 16 Feb 2024 08:35:21 -0700 Subject: [PATCH] Format (#9889) --- frigate/output.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frigate/output.py b/frigate/output.py index 33596f5002..91899ef46f 100644 --- a/frigate/output.py +++ b/frigate/output.py @@ -443,10 +443,7 @@ def update_frame(self): # check if we need to reset the layout because there is a different number of cameras if len(self.active_cameras) - len(active_cameras) == 0: - if ( - len(self.active_cameras) == 1 - and self.active_cameras != active_cameras - ): + if len(self.active_cameras) == 1 and self.active_cameras != active_cameras: reset_layout = True elif max_camera_refresh: reset_layout = True