Skip to content

Commit 71b1a66

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maths/lucas_series.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import functools
66
import math
77

8+
89
def recursive_lucas_number(n_th_number: int) -> int:
910
"""
1011
Returns the nth lucas number

0 commit comments

Comments
 (0)