refactored all relative paths to absolute paths (#3495)

This commit is contained in:
Mahmood Alhawaj
2024-08-20 19:09:48 +03:00
committed by GitHub
parent d0df95ac62
commit 6487175a31
63 changed files with 128 additions and 147 deletions

View File

@@ -1,8 +1,7 @@
import docker
from openhands.core.logger import openhands_logger as logger
from .base import RuntimeBuilder
from openhands.runtime.builder.base import RuntimeBuilder
class DockerRuntimeBuilder(RuntimeBuilder):