From 591a2e6eeba5218fba54cfc1acb8e0c8809d7249 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 8 Apr 2024 09:15:03 -0500 Subject: [PATCH] code format --- tests/test_circup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_circup.py b/tests/test_circup.py index 20d109f..0c0c3d5 100644 --- a/tests/test_circup.py +++ b/tests/test_circup.py @@ -933,7 +933,7 @@ def test_ensure_latest_bundle_bad_bundle_data(): side_effect=json.decoder.JSONDecodeError("BANG!", "doc", 1), ), mock.patch( "circup.os.path.isfile", return_value=True - ),mock.patch( + ), mock.patch( "circup.command_utils.json.dump" ), mock.patch( "circup.command_utils.logger"