Skip to content

Commit f8863d3

Browse files
authored
Update calculator.py
1 parent fe98bcc commit f8863d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

calculator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
An extremely buggy Python math library . . .
44
"""
55

6-
# Should this function even be here?
7-
def poorly_implemented_function_with_no_close_parenthesis(
6+
# # Should this function even be here?
7+
# def poorly_implemented_function_with_no_close_parenthesis(
88

99
def addition(x: int, y: int) -> int:
1010
"""

0 commit comments

Comments
 (0)