Skip to content

Commit 995d9b9

Browse files
test commit
1 parent 938d5d0 commit 995d9b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/calculator.py

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

17+
def test(x):
18+
return x

0 commit comments

Comments
 (0)