mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-17 06:00:23 +00:00
Update contextlib2/_typeshed.py
This commit is contained in:
parent
a35252eefd
commit
d78420a808
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue