From 410ab38894122aa6e8451f3669229ebe2d5045e3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 06:07:32 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- maths/weddles_rule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maths/weddles_rule.py b/maths/weddles_rule.py index 4e8d47c51..c541d17b9 100644 --- a/maths/weddles_rule.py +++ b/maths/weddles_rule.py @@ -122,7 +122,7 @@ if __name__ == "__main__": from doctest import testmod testmod() - + # func, a, b = get_inputs() # acc = 1 # solution = None