Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfischer2781 committed Mar 17, 2024
1 parent 134887b commit 8402004
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions asyncstdlib/contextlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
from ._typing import AClose, ContextManager, AC, T, C
from ._core import awaitify
from ._utility import public_module
import contextlib

contextlib.AsyncContextDecorator

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

Expand Down

0 comments on commit 8402004

Please sign in to comment.