Remove redundant asyncio import (already imported at module level)
Co-authored-by: edwinjosechittilappilly <15969583+edwinjosechittilappilly@users.noreply.github.com>
This commit is contained in:
parent
8fe3c55296
commit
06e3b9fa35
1 changed files with 0 additions and 1 deletions
|
|
@ -1391,7 +1391,6 @@ class ContainerManager:
|
||||||
return
|
return
|
||||||
|
|
||||||
# Give services time to fully stop and release image locks
|
# Give services time to fully stop and release image locks
|
||||||
import asyncio
|
|
||||||
await asyncio.sleep(5)
|
await asyncio.sleep(5)
|
||||||
|
|
||||||
yield False, "Scanning for OpenRAG images..."
|
yield False, "Scanning for OpenRAG images..."
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue