Remove redundant asyncio import (already imported at module level)

Co-authored-by: edwinjosechittilappilly <15969583+edwinjosechittilappilly@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-12-08 21:27:07 +00:00
parent 8fe3c55296
commit 06e3b9fa35

View file

@ -1391,7 +1391,6 @@ class ContainerManager:
return
# Give services time to fully stop and release image locks
import asyncio
await asyncio.sleep(5)
yield False, "Scanning for OpenRAG images..."