diff --git a/README.md b/README.md index a488f73..94345b8 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,3 @@ In the repo settings, open Branches, add a rule for main, and enable Require a p The workflow in this repository will fail if the python code does not pass a lint test (black) or any of the tests fail. - diff --git a/app.py b/app.py index 53d44e7..5e6bf0d 100644 --- a/app.py +++ b/app.py @@ -1,3 +1,2 @@ -def hello -(): +def hello(): return "Hello World"