Skip to content

Commit cf68d32

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

maths/is_armstrong_number.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ def is_armstrong_number(number: int) -> bool:
3636
total = sum(int(d) ** power for d in digits)
3737

3838
return total == number
39-

0 commit comments

Comments
 (0)