Skip to content

Commit 6cc4ca7

Browse files
committed
Merge branch 'fix/report_callback_exception' of https://github.com/Jesse205/typeshed into fix/report_callback_exception
2 parents f708299 + 28e8890 commit 6cc4ca7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

stdlib/@tests/test_cases/check_tkinter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from typing import Optional, Tuple
77
from typing_extensions import assert_type
88

9-
109
root = tkinter.Tk()
1110
tkinter.Tk.report_callback_exception(root, TypeError, TypeError("no"), None)
1211

0 commit comments

Comments
 (0)