From 90a93df518da4ee544475bd9d5703ed48e9e1c2c Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Mon, 12 Jun 2023 14:35:10 -0600 Subject: [PATCH] Formatting --- frigate/test/test_video.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/test/test_video.py b/frigate/test/test_video.py index d13689aa7..0a4d4d471 100644 --- a/frigate/test/test_video.py +++ b/frigate/test/test_video.py @@ -190,4 +190,3 @@ class TestObjectBoundingBoxes(unittest.TestCase): assert intersection(box_a, box_b) == None assert intersection(box_b, box_c) == [899, 128, 985, 151] -