From 3d2540dda14a125f51225af8df6c9dd811e1b0fd Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Tue, 20 Jul 2021 17:38:40 +0100 Subject: [PATCH] Update contextlib2/_typeshed.py --- contextlib2/_typeshed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contextlib2/_typeshed.py b/contextlib2/_typeshed.py index 80cdf3d..9e065ba 100644 --- a/contextlib2/_typeshed.py +++ b/contextlib2/_typeshed.py @@ -1,4 +1,4 @@ -from typing import TypeVar +from typing import TypeVar # pragma: no cover # Use for "self" annotations: # def __enter__(self: Self) -> Self: ...