Skip to content

Commit d11a0c2

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

maths/fibonacci_iterative.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ def fibonacci_iterative(term_index: int) -> int:
3131

3232
if __name__ == "__main__":
3333
print(fibonacci_iterative(7)) # expected 13
34-

0 commit comments

Comments
 (0)