Skip to content

Commit

Permalink
fix: print
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Dec 8, 2023
1 parent c41151d commit 5230866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services_test4/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ def hello_world(msg: str) -> str:
"""
result = msg.upper()
print(msg)
return result

0 comments on commit 5230866

Please sign in to comment.