mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
rename typing module to avoid conflicts with stdlib typing
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import sys
|
||||
|
||||
from kitty.typing import BossType, TypedDict
|
||||
from kitty.typing_compat import BossType, TypedDict
|
||||
|
||||
from ..tui.handler import result_handler
|
||||
|
||||
|
||||
Reference in New Issue
Block a user