Skip to content

Commit

Permalink
fix: make a change
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Sep 24, 2024
1 parent d3bfda4 commit ff644e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ def divide(x, y):
return 'Cannot divide by 0'
return x * 1.0 / y

def smiles():
return ':)'

0 comments on commit ff644e1

Please sign in to comment.