mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 15:04:50 +02:00
rename typing module to avoid conflicts with stdlib typing
This commit is contained in:
@@ -31,7 +31,7 @@ from .fast_data_types import (
|
||||
from .progress import ProgressState
|
||||
from .rgb import alpha_blend, color_as_sgr, color_from_int, to_color
|
||||
from .types import WindowGeometry, run_once
|
||||
from .typing import EdgeLiteral, PowerlineStyle
|
||||
from .typing_compat import EdgeLiteral, PowerlineStyle
|
||||
from .utils import color_as_int, log_error, sgr_sanitizer_pat
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user