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,3 +1,3 @@
from .utils import browse
from openhands.runtime.browser.utils import browse
__all__ = ['browse']