Skip to content

Commit f022d1e

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

maths/padovan_sequence.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ def padovan_sequence(n: int) -> int:
4242

4343
return p_prev_1
4444

45+
4546
if __name__ == "__main__":
4647
import doctest
48+
4749
doctest.testmod()
4850
print("Doctests passed!")

0 commit comments

Comments
 (0)