Delete some unnecessary type aliases in tkinter (#9970)

This commit is contained in:
Akuli
2023-03-28 20:37:29 +03:00
committed by GitHub
parent ccc4b7a034
commit 87c1b949cd
4 changed files with 567 additions and 577 deletions

View File

@@ -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: ...