Update contextlib2/_typeshed.py

This commit is contained in:
Thomas Grainger 2021-07-20 17:38:32 +01:00 committed by GitHub
parent a35252eefd
commit d78420a808
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,4 +2,4 @@ from typing import TypeVar
# Use for "self" annotations:
# def __enter__(self: Self) -> Self: ...
Self = TypeVar("Self")
Self = TypeVar("Self") # pragma: no cover