From 99dc4e519bb6430ca004a9c9da1cfc85f0728613 Mon Sep 17 00:00:00 2001 From: Corie Watson Date: Fri, 4 Apr 2025 14:10:48 +0100 Subject: [PATCH] chore(format): fix for issue in main branch with formatting --- tests/test_logger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_logger.py b/tests/test_logger.py index 4595429..9f99521 100644 --- a/tests/test_logger.py +++ b/tests/test_logger.py @@ -91,7 +91,7 @@ def test_remove_circular_references(self, "severity": "ERROR", "message": "testing circular", "circ": circ, - } + } logger.write(entry) raw_log_output = capsys.readouterr().err log_output = json.loads(raw_log_output)