From 3697bc39f3784b735348655514e649c0c8ea3387 Mon Sep 17 00:00:00 2001 From: CoolCat467 <52022020+CoolCat467@users.noreply.github.com> Date: Sun, 13 Oct 2024 01:04:00 -0500 Subject: [PATCH] Update stubs --- stubs/idlelib/pyshell.pyi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stubs/idlelib/pyshell.pyi b/stubs/idlelib/pyshell.pyi index b2644c0..83c9042 100644 --- a/stubs/idlelib/pyshell.pyi +++ b/stubs/idlelib/pyshell.pyi @@ -161,8 +161,8 @@ class ModifiedInterpreter(InteractiveInterpreter): class PyShell(OutputWindow): shell_title: str - ColorDelegator: ModifiedColorDelegator # type: ignore[assignment] - UndoDelegator: ModifiedUndoDelegator # type: ignore[assignment] + ColorDelegator: ModifiedColorDelegator + UndoDelegator: ModifiedUndoDelegator menu_specs: list[tuple[str, str]] rmenu_specs: list[tuple[str, str]] # type: ignore[assignment] allow_line_numbers: bool