Skip to content

Commit 8a4638e

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

maths/weddles_rule.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,9 @@ def compute_solution(add, table, h):
9494

9595
if __name__ == "__main__":
9696
from doctest import testmod
97+
9798
testmod()
98-
99+
99100
func, a, b = get_inputs()
100101
acc = 1
101102
solution = None
@@ -106,4 +107,4 @@ def compute_solution(add, table, h):
106107
solution = compute_solution(add, table, h)
107108
acc *= 10
108109

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

0 commit comments

Comments
 (0)