Skip to content

Commit 628b47d

Browse files
committed
Updated import statement
1 parent 07edd68 commit 628b47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/stacks/lexicographical_numbers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Iterator
1+
from collections.abc import Iterator
22

33
def lexical_order(max_number: int) -> Iterator[str]:
44
"""

0 commit comments

Comments
 (0)