Skip to content

Commit 431caa7

Browse files
authored
Update calculator.py
1 parent 7e4001c commit 431caa7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

calculator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"""
55

66
# Should this function even be here?
7-
def poorly_implemented_function_with_no_close_parenthesis():
87

98
def addition(x: int, y: int) -> int:
109
"""

0 commit comments

Comments
 (0)