Remove parts of tkinter from pyright exclude (#8958)

This commit is contained in:
Nikita Sobolev
2022-10-21 19:18:04 +03:00
committed by GitHub
parent 50da0aa19c
commit 7ed599e848
5 changed files with 6 additions and 9 deletions

View File

@@ -12,5 +12,5 @@ DIALOG_ICON: str
class Dialog(Widget):
widgetName: str
num: int
def __init__(self, master: Incomplete | None = ..., cnf: Mapping[str, Any] = ..., **kw) -> None: ...
def __init__(self, master: Incomplete | None = ..., cnf: Mapping[str, Any] = ..., **kw: Incomplete) -> None: ...
def destroy(self) -> None: ...