Skip to content

Commit f2de947

Browse files
authored
type annotations for tkinter.messagebox
1 parent 85bd740 commit f2de947

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/tkinter/messagebox.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from tkinter import Misc
22
from tkinter.commondialog import Dialog
33
from typing import ClassVar, Final, Literal
4-
from typing_extensions import TypeAlias
54

65
__all__ = ["showinfo", "showwarning", "showerror", "askquestion", "askokcancel", "askyesno", "askyesnocancel", "askretrycancel"]
76

0 commit comments

Comments
 (0)