Skip to content

Commit 0894113

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/leonardo_numbers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ def leonardo_numbers(n: int) -> int:
4848
if __name__ == "__main__":
4949
import doctest
5050

51-
doctest.testmod()
51+
doctest.testmod()

0 commit comments

Comments
 (0)