From 06e3b9fa356721e66235f7c89e3170d92053eb2a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 8 Dec 2025 21:27:07 +0000 Subject: [PATCH] Remove redundant asyncio import (already imported at module level) Co-authored-by: edwinjosechittilappilly <15969583+edwinjosechittilappilly@users.noreply.github.com> --- src/tui/managers/container_manager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tui/managers/container_manager.py b/src/tui/managers/container_manager.py index 456ca666..0703f16b 100644 --- a/src/tui/managers/container_manager.py +++ b/src/tui/managers/container_manager.py @@ -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..."