From c2cd1fa432bc2cd4df57b883013723dac20b119d Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Fri, 13 Oct 2023 14:32:18 -0700 Subject: [PATCH] import RTUClient from the real source --- chatlab/builtins/noteable.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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