mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 20:01:29 +08:00
Remove __del__ from the tkinter _Image protocol. (#4909)
See https://github.com/python/typeshed/pull/4766#issuecomment-753341778.
This commit is contained in:
@@ -2384,7 +2384,6 @@ class OptionMenu(Menubutton):
|
||||
|
||||
class _Image(Protocol):
|
||||
tk: _tkinter.TkappType
|
||||
def __del__(self) -> None: ...
|
||||
def height(self) -> int: ...
|
||||
def width(self) -> int: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user