refactor: re-organize different runtime implementations into an impl folder (#4346)

Co-authored-by: Graham Neubig <neubig@gmail.com>
This commit is contained in:
Xingyao Wang
2024-10-23 05:10:03 -05:00
committed by GitHub
parent 9b6fd239d0
commit 2d5b360505
43 changed files with 63 additions and 62 deletions

View File

@@ -3,7 +3,7 @@ from abc import ABC, abstractmethod
from pydantic import BaseModel
from openhands.events.event import Event
from openhands.runtime.runtime import Runtime
from openhands.runtime.base import Runtime
class TestResult(BaseModel):