Skip to content
Prev Previous commit
Next Next commit
Merge branch 'master' into newsyntax
  • Loading branch information
srittau authored Dec 17, 2021
commit 0ccbff366038e2aba40af85377fd73cfebc832f1
4 changes: 2 additions & 2 deletions stdlib/contextlib.pyi
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import sys
from _typeshed import Self, StrOrBytesPath
from types import TracebackType
from typing import IO, Any, AsyncIterator, Awaitable, Callable, ContextManager, Generic, Iterator, Type, TypeVar, overload
from typing_extensions import ParamSpec, Protocol
from typing import IO, Any, AsyncIterator, Awaitable, Callable, ContextManager, Generic, Iterator, Protocol, Type, TypeVar, overload
from typing_extensions import ParamSpec

AbstractContextManager = ContextManager
if sys.version_info >= (3, 7):
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.