Skip to content

Commit d7323d3

Browse files
authored
commit 7
1 parent 1991ee2 commit d7323d3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

stdlib/builtins.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ _T4 = TypeVar("_T4")
8585
_T5 = TypeVar("_T5")
8686
_H1 = TypeVar("_H1", bound=Hashable)
8787
_H2 = TypeVar("_H2", bound=Hashable)
88-
_H1_co = TypeVar("_H1_co", bound=Hashable)
89-
_H2_co = TypeVar("_H2_co", bound=Hashable)
88+
_H1_co = TypeVar("_H1_co", bound=Hashable, covariant=True)
9089

9190
_SupportsNextT_co = TypeVar("_SupportsNextT_co", bound=SupportsNext[Any], covariant=True)
9291
_SupportsAnextT_co = TypeVar("_SupportsAnextT_co", bound=SupportsAnext[Any], covariant=True)

0 commit comments

Comments
 (0)