mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 05:35:19 +02:00
Add more type annotations
This commit is contained in:
@@ -4,9 +4,9 @@ from .collect import Segment
|
||||
|
||||
|
||||
def split_with_highlights(
|
||||
line: str, truncate_points: List[int], fg_highlights: List,
|
||||
line: str, truncate_points: List[int], fg_highlights: List[Segment],
|
||||
bg_highlight: Optional[Segment]
|
||||
) -> List:
|
||||
) -> List[str]:
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user