From 6696271b4561a5f53836f0665242c1ee21763a39 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 13 Nov 2024 15:01:33 +0100 Subject: [PATCH] alibi commit --- python_test_project/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_test_project/cli.py b/python_test_project/cli.py index cabb655..96535ab 100644 --- a/python_test_project/cli.py +++ b/python_test_project/cli.py @@ -25,4 +25,4 @@ def main(): # pragma: no cover * List all available tasks * Run an application (Flask, FastAPI, Django, etc.) """ - print("This will do something") + print("Hello world!")