We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d0131 commit 5e3929eCopy full SHA for 5e3929e
returns/primitives/reawaitable.py
@@ -22,7 +22,7 @@ async def __aexit__(self, exc_type, exc_val, exc_tb) -> None: ...
22
23
Lock: type[AsyncLock] = asyncio.Lock
24
else:
25
- Lock = anyio.Lock
+ Lock: type[AsyncLock] = anyio.Lock
26
27
_ValueType = TypeVar('_ValueType')
28
_AwaitableT = TypeVar('_AwaitableT', bound=Awaitable)
0 commit comments