We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 239ba57 commit c52711dCopy full SHA for c52711d
1 file changed
httpcore/_utils.py
@@ -15,7 +15,7 @@ def aclose(self) -> Awaitable[object]: ...
15
16
_SupportsAcloseT = TypeVar("_SupportsAcloseT", bound=_SupportsAclose)
17
18
- class aclosing(AbstractAsyncContextManager[_SupportsAcloseT, None]):
+ class aclosing(AbstractAsyncContextManager):
19
def __init__(self, thing: _SupportsAcloseT) -> None:
20
self.thing = thing
21
0 commit comments