Skip to content

Commit 1dc2062

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 10c0c57 commit 1dc2062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/_tkinter.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22
from collections.abc import Callable
3-
from typing import Any, ClassVar, Final, Literal, final
3+
from typing import Any, ClassVar, Final, final
44
from typing_extensions import TypeAlias
55

66
# _tkinter is meant to be only used internally by tkinter, but some tkinter

0 commit comments

Comments
 (0)