mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Remove parts of tkinter from pyright exclude (#8958)
This commit is contained in:
@@ -10,5 +10,5 @@ class Dialog:
|
||||
command: ClassVar[str | None]
|
||||
master: Incomplete | None
|
||||
options: Mapping[str, Incomplete]
|
||||
def __init__(self, master: Incomplete | None = ..., **options) -> None: ...
|
||||
def show(self, **options): ...
|
||||
def __init__(self, master: Incomplete | None = ..., **options: Incomplete) -> None: ...
|
||||
def show(self, **options: Incomplete) -> Incomplete: ...
|
||||
|
||||
Reference in New Issue
Block a user