We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134887b commit 8402004Copy full SHA for 8402004
1 file changed
asyncstdlib/contextlib.py
@@ -18,9 +18,6 @@
18
from ._typing import AClose, ContextManager, AC, T, C
19
from ._core import awaitify
20
from ._utility import public_module
21
-import contextlib
22
-
23
-contextlib.AsyncContextDecorator
24
25
AnyContextManager = Union[AsyncContextManager[T], ContextManager[T]]
26
0 commit comments