Skip to content

Commit f41ca6a

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maths/lucas_numbers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ def lucas_number(n: int) -> int:
3636
if __name__ == "__main__":
3737
import doctest
3838

39-
doctest.testmod()
39+
doctest.testmod()

0 commit comments

Comments
 (0)