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