diff --git a/calculator.py b/calculator.py index 176d8c1..401fce8 100644 --- a/calculator.py +++ b/calculator.py @@ -1,5 +1,3 @@ # add function def add(a: int, b: int) -> int: return a + b - -######## \ No newline at end of file