Skip to content

Commit 023c19c

Browse files
committed
direct access to semaphore without decorator prohibited
1 parent 948ec2f commit 023c19c

File tree

1 file changed

+0
-2
lines changed
  • packages/service-library/src/servicelib/redis

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
with_project_locked,
2020
)
2121
from ._semaphore import (
22-
DistributedSemaphore,
2322
SemaphoreAcquisitionError,
2423
SemaphoreNotAcquiredError,
2524
with_limited_concurrency,
@@ -31,7 +30,6 @@
3130
"PROJECT_DOCUMENT_VERSION_KEY",
3231
"CouldNotAcquireLockError",
3332
"CouldNotConnectToRedisError",
34-
"DistributedSemaphore",
3533
"LockLostError",
3634
"ProjectLockError",
3735
"RedisClientSDK",

0 commit comments

Comments
 (0)