Skip to content

Commit 440b37e

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dynamic_programming/narcissistic_number.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,3 @@ def get_digit_power(digit: int, power: int) -> int:
105105
narcissistic_numbers = find_narcissistic_numbers(10000)
106106
print(f"Found {len(narcissistic_numbers)} narcissistic numbers:")
107107
print(narcissistic_numbers)
108-
109-
110-

0 commit comments

Comments
 (0)