Skip to content

Commit ac9ad80

Browse files
author
Andrei Neagu
committed
repalced docstring
1 parent 54f6409 commit ac9ad80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/src/servicelib/long_running_tasks/long_running_client_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def _redis(self) -> aioredis.Redis:
3232
return self._client.redis
3333

3434
async def cleanup(self, lrt_namespace: LRTNamespace) -> None:
35-
"""Cleanups all Redis keys for the given LRTNamespace"""
35+
"""removes Redis keys assosiated to the LRTNamespace if they exist"""
3636
keys_to_remove: list[str] = [
3737
x async for x in self._redis.scan_iter(f"{lrt_namespace}*")
3838
]

0 commit comments

Comments
 (0)