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:
@@ -12,7 +12,7 @@ from typing import TYPE_CHECKING, Any, NamedTuple, cast
|
||||
|
||||
from kitty.constants import list_kitty_resources
|
||||
from kitty.types import run_once
|
||||
from kitty.typing import BossType, WindowType
|
||||
from kitty.typing_compat import BossType, WindowType
|
||||
from kitty.utils import resolve_abs_or_config_path
|
||||
|
||||
aliases = {'url_hints': 'hints'}
|
||||
|
||||
Reference in New Issue
Block a user