Skip to content

Commit

Permalink
Update unique_in_order.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 18, 2024
1 parent b553c77 commit 0695155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyu_6/unique_in_order/unique_in_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
GitHub: https://github.com/ikostan
"""

from typing import Iterable, List
from typing import Iterable


def unique_in_order(iterable: Iterable) -> list:
Expand Down

0 comments on commit 0695155

Please sign in to comment.