Skip to content

Commit c2d0131

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 8c8d91e commit c2d0131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

returns/primitives/reawaitable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

1111
async def __aenter__(self) -> None: ...

0 commit comments

Comments
 (0)