From d78420a8081b4de6f49dd8bebde3000f58bc18c0 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Tue, 20 Jul 2021 17:38:32 +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 f05558d..80cdf3d 100644 --- a/contextlib2/_typeshed.py +++ b/contextlib2/_typeshed.py @@ -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