Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Oct 13, 2024
1 parent ab89791 commit 3697bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stubs/idlelib/pyshell.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3697bc3

Please sign in to comment.