Skip to content

Commit 8c8d91e

Browse files
proboscissobolevn
andauthored
Update returns/primitives/reawaitable.py
Co-authored-by: sobolevn <mail@sobolevn.me>
1 parent 3bc5cf4 commit 8c8d91e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

returns/primitives/reawaitable.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
class AsyncLock(Protocol):
77
"""A protocol for an asynchronous lock."""
8+
9+
def __init__(self) -> None: ...
810

911
async def __aenter__(self) -> None: ...
1012

0 commit comments

Comments
 (0)