From 12d116cae9e2045c10a398558b82598fde5f63dd Mon Sep 17 00:00:00 2001 From: "deepsource-dev-autofix[bot]" <61578317+deepsource-dev-autofix[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 13:50:30 +0000 Subject: [PATCH] style: format code with Ruff Formatter This commit fixes the style issues introduced in 8de8b21 according to the output from Ruff Formatter. Details: None --- tests/test_code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_code.py b/tests/test_code.py index 556a01c0c..68e0acdbe 100644 --- a/tests/test_code.py +++ b/tests/test_code.py @@ -7,4 +7,4 @@ def test_random_number_generator(): if False: assert "Dead Code!" - print ("Gotcha!") + print("Gotcha!")