[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-10-19 10:02:31 +00:00
parent d412a6e612
commit fe495e2430

View File

@ -35,7 +35,6 @@ def super_digit(n_str: str, repetitions: int) -> int:
9
"""
# Calculate the initial sum of the digits in n_str
digit_sum = sum(int(digit) for digit in n_str)