diff --git a/stdlib/3/tkinter/__init__.pyi b/stdlib/3/tkinter/__init__.pyi index 5e3fd7670..eeb56628b 100644 --- a/stdlib/3/tkinter/__init__.pyi +++ b/stdlib/3/tkinter/__init__.pyi @@ -2690,12 +2690,12 @@ class BitmapImage(Image): cnf: Dict[str, Any] = ..., master: Optional[Union[Misc, _tkinter.TkappType]] = ..., *, - background: _Color, - data: str, - file: AnyPath, - foreground: _Color, - maskdata: str, - maskfile: AnyPath, + background: _Color = ..., + data: str = ..., + file: AnyPath = ..., + foreground: _Color = ..., + maskdata: str = ..., + maskfile: AnyPath = ..., ) -> None: ... def image_names() -> Tuple[str, ...]: ...