Skip to content

Commit b13ce58

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d44d0a8 commit b13ce58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/weddles_rule.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ def compute_solution(add: list, table: list, step_size: float) -> float:
146146
solution = compute_solution(add, table, h)
147147
acc *= 10
148148

149-
print(f'Solution: {solution}')
149+
print(f"Solution: {solution}")

0 commit comments

Comments
 (0)