mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 03:01:57 +02:00
rename typing module to avoid conflicts with stdlib typing
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
from collections.abc import Sequence
|
||||
|
||||
from kitty.fast_data_types import monotonic
|
||||
from kitty.typing import TypedDict
|
||||
from kitty.typing_compat import TypedDict
|
||||
|
||||
|
||||
class SpinnerDef(TypedDict):
|
||||
|
||||
Reference in New Issue
Block a user