mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
Add additional type ignores for mypy (#14050)
This commit is contained in:
@@ -562,7 +562,7 @@ class Notebook(Widget):
|
||||
compound: tkinter._Compound = ...,
|
||||
underline: int = ...,
|
||||
) -> None: ...
|
||||
def forget(self, tab_id) -> None: ...
|
||||
def forget(self, tab_id) -> None: ... # type: ignore[override]
|
||||
def hide(self, tab_id) -> None: ...
|
||||
def identify(self, x: int, y: int) -> str: ...
|
||||
def index(self, tab_id): ...
|
||||
|
||||
Reference in New Issue
Block a user