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,5 +1,5 @@
from .event import Event, EventSource
from .stream import EventStream, EventStreamSubscriber
from openhands.events.event import Event, EventSource
from openhands.events.stream import EventStream, EventStreamSubscriber
__all__ = [
'Event',