Skip to content

Commit 0dec31a

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dynamic_programming/narcissistic_number.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def get_digit_power(digit: int, power: int) -> int:
7070

7171
# Check each number up to the limit
7272
for number in range(limit):
73-
7473
# Count digits
7574
num_digits = len(str(number))
7675

0 commit comments

Comments
 (0)