Remove consolemenu from pyright's exclude (#8940)

This commit is contained in:
Nikita Sobolev
2022-10-20 11:32:04 +03:00
committed by GitHub
parent f9b89878a5
commit 27d4113779
2 changed files with 1 additions and 2 deletions

View File

@@ -82,6 +82,6 @@ class MenuItem:
class ExitItem(MenuItem):
def __init__(self, text: str | Callable[[], str] = ..., menu: ConsoleMenu | None = ...) -> None: ...
def show(self, index: int, available_width: None = ...): ...
def show(self, index: int, available_width: None = ...) -> str: ...
def clear_terminal() -> None: ...