Skip to content

Commit 3b29013

Browse files
feat: another test change
1 parent a2753bf commit 3b29013

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

app/calculator.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ def divide(x, y):
1414
return 'Cannot divide by 0'
1515
return x * 1.0 / y
1616

17-
def square(x):
18-
return x * x
19-

0 commit comments

Comments
 (0)