Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


3 changes: 1 addition & 2 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
def hello
():
def hello():
return "Hello World"