Skip to content

Commit 60792be

Browse files
committed
fix import
1 parent 7ff96cf commit 60792be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_event_bus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import asyncio
22
import tempfile
33

4-
from eval_protocol.event_bus import SqliteEventBus
4+
from eval_protocol.event_bus.sqlite_event_bus import SqliteEventBus
55
from eval_protocol.event_bus.event_bus import EventBus
66
from eval_protocol.models import EvaluationRow, InputMetadata, Message
77

0 commit comments

Comments
 (0)