From 4c0752fd07f49dfd8cb102d8d24c7932def44813 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 19 Aug 2025 06:31:36 +0530 Subject: [PATCH] Fix #8915 --- kitty/typing_compat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kitty/typing_compat.py b/kitty/typing_compat.py index bdf29072b..80463480a 100644 --- a/kitty/typing_compat.py +++ b/kitty/typing_compat.py @@ -13,7 +13,7 @@ ScreenSize = KittensKeyActionType = MouseEvent = MouseButton = AbstractEventLoop TermManagerType = LoopType = Debug = GraphicsCommandType = object ReadableBuffer = WriteableBuffer = bytearray -CompletedProcess = object +CompletedProcess = tuple TypedDict = dict EdgeLiteral = str UnderlineLiteral = str @@ -21,5 +21,5 @@ PowerlineStyle = str MatchType = str Protocol = object OptionsProtocol = object -NotRequired = object +NotRequired = tuple CoreTextFont = FontConfigPattern = dict