mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Remove dead code
This commit is contained in:
parent
dfc36eb861
commit
4483c7ba83
@ -29,12 +29,6 @@ def mock_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
|
||||
def mock_event_stream():
|
||||
return MagicMock(spec=EventStream)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user