From b13ce589adf905ff953ca9aa067a22f9353a5d3b 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 08:21:01 +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 da41f82ec..0c26a499d 100644 --- a/maths/weddles_rule.py +++ b/maths/weddles_rule.py @@ -146,4 +146,4 @@ if __name__ == "__main__": solution = compute_solution(add, table, h) acc *= 10 - print(f'Solution: {solution}') + print(f"Solution: {solution}")