fix docker leak (#4970)

This commit is contained in:
Robert Brennan
2024-11-13 11:23:07 -05:00
committed by GitHub
parent fd81670ba8
commit f55ddbed0e
12 changed files with 21 additions and 23 deletions

View File

@@ -8,7 +8,7 @@ import requests
from openhands.core.logger import openhands_logger as logger
from openhands.runtime.builder import RuntimeBuilder
from openhands.runtime.utils.request import send_request
from openhands.runtime.utils.shutdown_listener import (
from openhands.utils.shutdown_listener import (
should_continue,
sleep_if_should_continue,
)