We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c0c57 commit 1dc2062Copy full SHA for 1dc2062
stdlib/_tkinter.pyi
@@ -1,6 +1,6 @@
1
import sys
2
from collections.abc import Callable
3
-from typing import Any, ClassVar, Final, Literal, final
+from typing import Any, ClassVar, Final, final
4
from typing_extensions import TypeAlias
5
6
# _tkinter is meant to be only used internally by tkinter, but some tkinter
0 commit comments