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