Skip to content

Commit 6746a2b

Browse files
committed
fix import
1 parent 4b1c58b commit 6746a2b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

test_event_bus_helper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
import asyncio
55
import sys
66
import json
7-
from eval_protocol.event_bus import SqliteEventBus
8-
from eval_protocol.models import EvaluationRow, InputMetadata
7+
from eval_protocol.event_bus.sqlite_event_bus import SqliteEventBus
98

109

1110
async def listener_process(db_path: str):

tests/test_event_bus_helper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
import asyncio
55
import sys
66
import json
7-
from eval_protocol.event_bus import SqliteEventBus
8-
from eval_protocol.models import EvaluationRow, InputMetadata
7+
from eval_protocol.event_bus.sqlite_event_bus import SqliteEventBus
98

109

1110
async def listener_process(db_path: str):

0 commit comments

Comments
 (0)