From d4d3a2e7e38d67a35515806f0194cebd25a30155 Mon Sep 17 00:00:00 2001 From: Soham Kulkarni Date: Thu, 22 Sep 2022 19:24:39 -0500 Subject: [PATCH] Update calculator.py --- calculator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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