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 948ec2f commit 023c19cCopy full SHA for 023c19c
packages/service-library/src/servicelib/redis/__init__.py
@@ -19,7 +19,6 @@
19
with_project_locked,
20
)
21
from ._semaphore import (
22
- DistributedSemaphore,
23
SemaphoreAcquisitionError,
24
SemaphoreNotAcquiredError,
25
with_limited_concurrency,
@@ -31,7 +30,6 @@
31
30
"PROJECT_DOCUMENT_VERSION_KEY",
32
"CouldNotAcquireLockError",
33
"CouldNotConnectToRedisError",
34
- "DistributedSemaphore",
35
"LockLostError",
36
"ProjectLockError",
37
"RedisClientSDK",
0 commit comments