Skip to content

Commit 91ca0d9

Browse files
author
Andrei Neagu
committed
typo
1 parent 333d947 commit 91ca0d9

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-
"""removes Redis keys assosiated to the LRTNamespace if they exist"""
35+
"""removes Redis keys associated 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)