Skip to content

Commit 032678d

Browse files
test: make change
1 parent edbebb2 commit 032678d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/calculator.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,3 @@ def divide(x, y):
1212
if y == 0:
1313
return 'Cannot divide by 0'
1414
return x * 1.0 / y
15-
16-
def power(x, y):
17-
return x**y
18-
19-
def one():
20-
return 1

0 commit comments

Comments
 (0)