Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8085e66

Browse files
committedOct 2, 2024·
Merge branch 'branch1' of https://github.com/Acuspeedster/Python into branch1
2 parents e48a3f3 + 6ee1a40 commit 8085e66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎maths/fibonacci.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,6 @@ def fib_matrix_np(n: int) -> int:
309309
return result[0, 0]
310310

311311

312-
313-
314312
if __name__ == "__main__":
315313
from doctest import testmod
316314

0 commit comments

Comments
 (0)
Please sign in to comment.