mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-25 19:17:16 +08:00
Delete some unnecessary type aliases in tkinter (#9970)
This commit is contained in:
@@ -40,8 +40,8 @@ class BitmapImage(tkinter._BitmapImageLike):
|
||||
name: str | None = None,
|
||||
cnf: dict[str, Any] = ...,
|
||||
master: tkinter.Misc | _tkinter.TkappType | None = None,
|
||||
background: tkinter._Color = ...,
|
||||
foreground: tkinter._Color = ...,
|
||||
background: str = ...,
|
||||
foreground: str = ...,
|
||||
maskdata: str = ...,
|
||||
maskfile: StrOrBytesPath = ...,
|
||||
) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user