Skip to content

Commit 51b54ae

Browse files
Fix: ParamSpec import
1 parent 8c412e4 commit 51b54ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/tkinter/ttk.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import tkinter
44
from _typeshed import MaybeNone
55
from collections.abc import Callable, Iterable, Sequence
66
from tkinter.font import _FontDescription
7-
from typing import Any, Literal, TypedDict, TypeVar, overload, type_check_only
7+
from typing import Any, Literal, ParamSpec, TypedDict, TypeVar, overload, type_check_only
88
from typing_extensions import Never, TypeAlias, Unpack
99

1010
__all__ = [

0 commit comments

Comments
 (0)