Skip to content

Commit c3bb9c4

Browse files
committed
added missing utils
1 parent 79a628f commit c3bb9c4

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@
88
LockLostError,
99
)
1010
from ._models import RedisManagerDBConfig
11+
from ._utils import handle_redis_returns_union_types
1112

1213
__all__: tuple[str, ...] = (
1314
"CouldNotAcquireLockError",
1415
"CouldNotConnectToRedisError",
1516
"exclusive",
17+
"handle_redis_returns_union_types",
1618
"LockLostError",
1719
"RedisClientSDK",
1820
"RedisClientsManager",

0 commit comments

Comments
 (0)