re-add "from the global tasks dictionary" comment that was removed

re-add "from the global `tasks` dictionary" comment that was removed
This commit is contained in:
_00_ 2025-08-19 20:22:07 +02:00 committed by GitHub
parent bd883c8026
commit beb7b0bf3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,7 +106,7 @@ async def redis_send_command(redis: Redis, command: dict):
async def cleanup_task(redis, task_id: str, id=None):
"""
Remove a completed or canceled task with proper exception handling.
Remove a completed or canceled task from the global `tasks` dictionary with proper exception handling.
"""
cleanup_errors = []