mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Remove bare incompletes (#11670)
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 = None, **options: Incomplete) -> None: ...
|
||||
def show(self, **options: Incomplete) -> Incomplete: ...
|
||||
def __init__(self, master: Incomplete | None = None, **options) -> None: ...
|
||||
def show(self, **options): ...
|
||||
|
||||
Reference in New Issue
Block a user