Skip to content

Commit 1754586

Browse files
authored
Update typing_extensions.py
1 parent 13508c1 commit 1754586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typing_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2657,7 +2657,7 @@ def __init__(self, getitem):
26572657
self.__doc__ = _UNPACK_DOC
26582658

26592659
class _UnpackAlias(typing._GenericAlias, _root=True):
2660-
if sys.version_info[:2] < (3, 11):
2660+
if sys.version_info < (3, 11):
26612661
# needed for compatibility with Generic[Unpack[Ts]]
26622662
__class__ = typing.TypeVar
26632663

0 commit comments

Comments
 (0)