From ac03e842bcc1c5261f3441ae2f684178282b1f1d Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Mon, 26 Sep 2022 12:38:41 -0600 Subject: [PATCH] Format tests --- frigate/test/test_storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/test/test_storage.py b/frigate/test/test_storage.py index cdf54a7ea..6d579c26b 100644 --- a/frigate/test/test_storage.py +++ b/frigate/test/test_storage.py @@ -126,7 +126,7 @@ class TestHttp(unittest.TestCase): "total": { "segment": 12.0, "hour": 2880.0, - } + }, } def test_storage_cleanup(self):