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 8c8d91e commit c2d0131Copy full SHA for c2d0131
returns/primitives/reawaitable.py
@@ -5,7 +5,7 @@
5
6
class AsyncLock(Protocol):
7
"""A protocol for an asynchronous lock."""
8
-
+
9
def __init__(self) -> None: ...
10
11
async def __aenter__(self) -> None: ...
0 commit comments