diff --git a/chatlab/builtins/noteable.py b/chatlab/builtins/noteable.py index 2e0af1b..0033f1c 100644 --- a/chatlab/builtins/noteable.py +++ b/chatlab/builtins/noteable.py @@ -7,7 +7,8 @@ import httpx import orjson import ulid -from origami.clients.api import APIClient, RTUClient +from origami.clients.api import APIClient +from origami.clients.rtu import RTUClient from origami.models.api.outputs import KernelOutput, KernelOutputContent from origami.models.kernels import KernelSession from origami.models.notebook import CodeCell, MarkdownCell, make_sql_cell