Add additional type ignores for mypy (#14050)

This commit is contained in:
Marc Mueller
2025-05-13 16:50:32 +02:00
committed by GitHub
parent 23f1888037
commit 82af3b25ba
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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): ...