Update contextlib2/_typeshed.py

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

View file

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