Skip to content

Commit 357c534

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/special_numbers/automorphic_number.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ def find_automorphic_numbers(n: int) -> list:
5858

5959
# Example usage:
6060
print(is_automorphic_number(25, verbose=True))
61-
print(find_automorphic_numbers(100))
61+
print(find_automorphic_numbers(100))

0 commit comments

Comments
 (0)