Skip to content

Commit 45c7e52

Browse files
committed
Update fibonacci.py
1 parent 3c3d0f8 commit 45c7e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/fibonacci.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"""
1818

1919
import functools
20+
from collections.abc import Iterator
2021
from math import sqrt
2122
from time import time
22-
from collections.abc import Iterator
2323

2424

2525
def time_func(func, *args, **kwargs):

0 commit comments

Comments
 (0)