mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-29 22:32:11 +08:00
Remove bare incompletes (#11670)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
from _typeshed import Incomplete
|
||||
from tkinter import Frame, Misc, Scrollbar, Text
|
||||
|
||||
__all__ = ["ScrolledText"]
|
||||
@@ -7,4 +6,4 @@ __all__ = ["ScrolledText"]
|
||||
class ScrolledText(Text):
|
||||
frame: Frame
|
||||
vbar: Scrollbar
|
||||
def __init__(self, master: Misc | None = None, **kwargs: Incomplete) -> None: ...
|
||||
def __init__(self, master: Misc | None = None, **kwargs) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user