diff --git a/calculator.py b/calculator.py index a5c3aed..f8d3ebe 100644 --- a/calculator.py +++ b/calculator.py @@ -49,4 +49,4 @@ def division(x: int, y: int) -> int: Returns: int: `x` divided by `y`. """ - return x // y \ No newline at end of file + return x // y