From 0e96a39ebf1630ecbc9226e373c4397fdb1dfb5a Mon Sep 17 00:00:00 2001 From: "deepsource-dev-autofix[bot]" <61578317+deepsource-dev-autofix[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 12:06:59 +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!")