Skip to content

Commit eee19d8

Browse files
author
Guido van Rossum
committed
Delete outdated comment.
1 parent 55ab59c commit eee19d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/3/typing.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,6 @@ class ValuesView(MappingView, Iterable[_VT_co], Generic[_VT_co]):
227227
# TODO: ContextManager (only if contextlib.AbstractContextManager exists)
228228

229229
class Mapping(Iterable[_KT_co], Container[_KT_co], Sized, Generic[_KT_co, _VT_co]):
230-
# TODO: Value type should be covariant, but currently we can't give a good signature for
231-
# get if this is the case.
232230
@abstractmethod # type: ignore
233231
def __getitem__(self, k: _KT_co) -> _VT_co: # type: ignore
234232
...

0 commit comments

Comments
 (0)