Fix indentation

This commit is contained in:
mrmarcus007
2025-11-14 16:23:59 +01:00
committed by GitHub
parent 8c5b2cd2fe
commit 40067ea9c2
@@ -86,7 +86,6 @@ class GPUResourceManager:
while not self.is_container_running(container_id) and waited < max_wait:
time.sleep(1)
waited += 1
if self.is_container_running(container_id):
logging.info(f"Container {container_id} started successfully")
return True