From baa04133829f56ae81a9ee636e5003e9821be0bb Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:19:25 -0500 Subject: [PATCH] formatting --- frigate/output/ws_auth.py | 2 +- frigate/test/test_output_ws_auth.py | 6 ++---- frigate/test/test_webpush_camera_monitoring.py | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/frigate/output/ws_auth.py b/frigate/output/ws_auth.py index ae0d172f60..33ec4e4980 100644 --- a/frigate/output/ws_auth.py +++ b/frigate/output/ws_auth.py @@ -40,4 +40,4 @@ def ws_has_camera_access(ws: Any, camera_name: str, config: FrigateConfig) -> bo if camera_name in allowed_cameras: return True - return False \ No newline at end of file + return False diff --git a/frigate/test/test_output_ws_auth.py b/frigate/test/test_output_ws_auth.py index e5d1d90e20..ea4834ef13 100644 --- a/frigate/test/test_output_ws_auth.py +++ b/frigate/test/test_output_ws_auth.py @@ -53,7 +53,5 @@ class TestWsHasCameraAccess(unittest.TestCase): ws_has_camera_access(self._make_ws("viewer"), "birdseye", self.config) ) self.assertFalse( - ws_has_camera_access( - self._make_ws("limited_user"), "birdseye", self.config - ) - ) \ No newline at end of file + ws_has_camera_access(self._make_ws("limited_user"), "birdseye", self.config) + ) diff --git a/frigate/test/test_webpush_camera_monitoring.py b/frigate/test/test_webpush_camera_monitoring.py index 0eac5114d3..fa9172ad20 100644 --- a/frigate/test/test_webpush_camera_monitoring.py +++ b/frigate/test/test_webpush_camera_monitoring.py @@ -26,4 +26,4 @@ class TestCameraMonitoringNotifications(unittest.TestCase): self.assertEqual(client.send_push_notification.call_count, 1) self.assertEqual( client.send_push_notification.call_args.kwargs["user"], "allowed" - ) \ No newline at end of file + )