Skip to content

Commit c810995

Browse files
committed
ongoing
1 parent 619abba commit c810995

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/service-library/src/servicelib/redis/_semaphore.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,7 @@ async def release(self) -> None:
330330

331331
async def reacquire(self) -> None:
332332
"""
333-
Atomically renew a semaphore entry using Lua script.
334-
333+
Atomically renew a semaphore
335334
This function is intended to be called by decorators or external renewal mechanisms.
336335
337336

0 commit comments

Comments
 (0)