We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff96cf commit 60792beCopy full SHA for 60792be
1 file changed
tests/test_event_bus.py
@@ -1,7 +1,7 @@
1
import asyncio
2
import tempfile
3
4
-from eval_protocol.event_bus import SqliteEventBus
+from eval_protocol.event_bus.sqlite_event_bus import SqliteEventBus
5
from eval_protocol.event_bus.event_bus import EventBus
6
from eval_protocol.models import EvaluationRow, InputMetadata, Message
7
0 commit comments