Skip to content

Commit

Permalink
fix: from typing import Unpack => from typing_extensions import Unpack
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikita95 committed Mar 7, 2024
1 parent 94eed2b commit d216691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/streamsync/ui.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from typing import TypedDict, Unpack
from typing import TypedDict
from typing_extensions import Unpack
from typing import Optional
from streamsync.ui_manager import StreamsyncUI
from streamsync.core_ui import Component
Expand Down

0 comments on commit d216691

Please sign in to comment.