mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Remove dead code
This commit is contained in:
@@ -29,12 +29,6 @@ def mock_agent():
|
|||||||
return MagicMock(spec=Agent)
|
return MagicMock(spec=Agent)
|
||||||
|
|
||||||
|
|
||||||
# @pytest.fixture
|
|
||||||
# def event_stream(temp_dir):
|
|
||||||
# file_store = get_file_store('local', temp_dir)
|
|
||||||
# return EventStream(sid='test', file_store=file_store)
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def mock_event_stream():
|
def mock_event_stream():
|
||||||
return MagicMock(spec=EventStream)
|
return MagicMock(spec=EventStream)
|
||||||
|
|||||||
Reference in New Issue
Block a user