Skip to content

Commit

Permalink
feat!: remove feature
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Dec 8, 2023
1 parent 63ec3ca commit fc0dbf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services_test4/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ def hello_world(msg: str) -> str:
An uppercase version of the input message.
"""
result = msg.capitalize()
result = msg.upper()
return result

0 comments on commit fc0dbf9

Please sign in to comment.