We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07edd68 commit 628b47dCopy full SHA for 628b47d
data_structures/stacks/lexicographical_numbers.py
@@ -1,4 +1,4 @@
1
-from typing import Iterator
+from collections.abc import Iterator
2
3
def lexical_order(max_number: int) -> Iterator[str]:
4
"""
0 commit comments