From ed0c4f364a7a72ccf28763d9fd6c0ae2ac25d966 Mon Sep 17 00:00:00 2001 From: PE-VCS Date: Tue, 4 Nov 2025 23:16:02 -0700 Subject: [PATCH 1/3] Simplify README by removing redundant information Removed redundant line about tests failing. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a488f73..26c48e3 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,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. - - From 95ef09a1e8a67eadcfea5744f522378463479aeb Mon Sep 17 00:00:00 2001 From: PE-VCS Date: Tue, 4 Nov 2025 23:17:59 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26c48e3..94345b8 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,4 @@ 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. + From be8e44c0f64e1f88621e13301b2dd1e7edabea3f Mon Sep 17 00:00:00 2001 From: PE-VCS Date: Tue, 4 Nov 2025 23:21:02 -0700 Subject: [PATCH 3/3] Update app.py --- app.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"