Skip to content

Commit 4a1a824

Browse files
fix: update calculator
1 parent 9bd5a08 commit 4a1a824

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/calculator.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,3 @@ def divide(x, y):
1313
if y == 0:
1414
return 'Cannot divide by 0'
1515
return x * 1.0 / y
16-
17-
def smiles():
18-
return ':)'

0 commit comments

Comments
 (0)