From 82575b0afd19cf22dc605e2e99a0968bd068d29c Mon Sep 17 00:00:00 2001 From: knikolaou Date: Wed, 8 May 2024 16:39:39 +0200 Subject: [PATCH] Run black on dummy test --- CI/unit_tests/test_dummy_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/unit_tests/test_dummy_test.py b/CI/unit_tests/test_dummy_test.py index 85b125c..57b89c2 100644 --- a/CI/unit_tests/test_dummy_test.py +++ b/CI/unit_tests/test_dummy_test.py @@ -12,4 +12,4 @@ def test_dummy_test(self): """ Some Information about this method """ - assert True \ No newline at end of file + assert True