Skip to content

Commit fe495e2

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

recursions/recursive_digit_sum.py

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def super_digit(n_str: str, repetitions: int) -> int:
3535
9
3636
"""
3737

38-
3938
# Calculate the initial sum of the digits in n_str
4039
digit_sum = sum(int(digit) for digit in n_str)
4140

0 commit comments

Comments
 (0)