code format

This commit is contained in:
foamyguy 2024-04-08 09:15:03 -05:00
parent 6f5ad6e663
commit 591a2e6eeb

View file

@ -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"