Skip to content

Commit f07271b

Browse files
authored
Merge branch 'main' into fix-primer
2 parents b55f544 + 9e9150b commit f07271b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stdlib/_typeshed/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class SupportsGet(Protocol[_KT_contra, _VT_co]): # type: ignore[misc] # Covaria
174174
@overload
175175
def get(self, key: _KT_contra, /) -> _VT_co | None: ...
176176
@overload
177-
def get(
177+
def get( # pyrefly: ignore[invalid-variance]
178178
self, key: _KT_contra, default: _VT_co, / # type: ignore[misc] # pyright: ignore[reportGeneralTypeIssues] # Covariant type as parameter
179179
) -> _VT_co: ...
180180
@overload

0 commit comments

Comments
 (0)