Skip to content

Commit 8402004

Browse files
cleanup
1 parent 134887b commit 8402004

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

asyncstdlib/contextlib.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
from ._typing import AClose, ContextManager, AC, T, C
1919
from ._core import awaitify
2020
from ._utility import public_module
21-
import contextlib
22-
23-
contextlib.AsyncContextDecorator
2421

2522
AnyContextManager = Union[AsyncContextManager[T], ContextManager[T]]
2623

0 commit comments

Comments
 (0)