mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-23 04:11:28 +08:00
Remove consolemenu from pyright's exclude (#8940)
This commit is contained in:
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user